#FE463A

Color #FE463A Sunset Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunset Orange #FE463A

Tints of Sunset Orange #FE463A

Color information

#FE463A (or 0xFE463A) is unknown color: approx Sunset Orange. HEX triplet: FE, 46 and 3A. RGB value is (254,70,58). Sum of RGB (Red+Green+Blue) = 254+70+58=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE463A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE463A is #01B9C5. Grayscale: #7B7B7B. Windows color (decimal): -113094 or 3819262. OLE color: 3819262.

HSL color Cylindrical-coordinate representation of color #FE463A: hue angle of 3.67º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE463A is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.00.

Color convert

RGB2547058-
CMYK00.720.770.00
HSL3.67º98.99%61.18%-
HSV(B)3.67º77.17%99.61%-
XYZ43.8325.766.66-
YUV123.6590.96220.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 66.49%
GREEN value IS 70 (27.73% from 255) = 18.32%
BLUE value IS 58 (23.05% from 255) = 15.18%
R=66.49%
G=18.32%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254705800.720.770.003.6798.9961.18
HexFE463A0484D04633d
Octal3761067201101150414375
Binary11111110100011011101001001000100110101001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE463A; }

 p { color: rgb(254,70,58); }

 H1.HeaderClassName
 {
   color: #FE463A;
 }
 .AnyTagClassName
 {
   color: #FE463A;
 }
</style>
background-color css

<style>
 a { background-color: #FE463A; }

 a { background-color: rgb(254,70,58); }

 div.DivClassName
 {
   background-color: #FE463A;
 }
 .BgClassName
 {
   background-color: #FE463A;
 }
</style>
border-color css

<style>
 span { border-color: #FE463A; }

 span { border-color: rgb(254,70,58); }

 td.TdClassName
 {
   border-color: #FE463A;
 }
 .TagClassName
 {
   border-color: #FE463A;
 }
</style>