Html Css Color HEX #FE5642 Sunset Orange

📋 copy color: '#FE5642'

red 254 ◦ green 86 ◦ blue 66

#FE5642
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunset Orange #FE5642

Tints of Sunset Orange #FE5642

RGB

 RED value IS 254 (99.61% from 255) = 62.56%

 GREEN value IS 86 (33.98% from 255) = 21.18%

 BLUE value IS 66 (26.17% from 255) = 16.26%

R = 62.56%
G = 21.18%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE5642 (or 0xFE5642) is known color: Sunset Orange. HEX triplet: FE, 56 and 42. RGB value is (254,86,66). Sum of RGB (Red+Green+Blue) = 254+86+66=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 66 (26.17% from 255 or 16.26% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5642 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5642 is #01A9BD. Grayscale: #868686. Windows color (decimal): -108990 or 4347646. OLE color: 4347646.

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

Color convert

RGB 254 86 66 -
CMYK 0 0.66 0.74 0.00
HSL 6.38º 0.99% 0.63% -
HSV(B) 6.38º 0.74% 1% -
XYZ 45.18 28.12 8.2 -
YUV 133.95 89.66 213.63 -
System Red Green Blue C M Y K H S L
Decimal 254 86 66 0 0.66 0.74 0.00 6.38 0.99 0.63
Hex FE 56 42 0 42 4A 0 6 63 3F
Octal 376 126 102 0 102 112 0 6 143 77
Binary 11111110 1010110 1000010 0 1000010 1001010 0 110 1100011 111111

Color Harmonies of #FE5642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5642

Black with #FE5642

Text Example


Text Example

White with #FE5642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5642; }

 p { color: rgb(254,86,66); }

 H1.HeaderClassName
 {
   color: #FE5642;
 }
 .AnyTagClassName
 {
   color: #FE5642;
 }
</style>

background-color css

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

 a { background-color: rgb(254,86,66); }

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

border-color css

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

 span { border-color: rgb(254,86,66); }

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