Html Css Color HEX #FE5542 Sunset Orange

📋 copy color: '#FE5542'

red 254 ◦ green 85 ◦ blue 66

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

Shades of Sunset Orange #FE5542

Tints of Sunset Orange #FE5542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.99%

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

R = 62.72%
G = 20.99%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE5542 (or 0xFE5542) is known color: Sunset Orange. HEX triplet: FE, 55 and 42. RGB value is (254,85,66). Sum of RGB (Red+Green+Blue) = 254+85+66=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5542 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5542 is #01AABD. Grayscale: #858585. Windows color (decimal): -109246 or 4347390. OLE color: 4347390.

HSL color Cylindrical-coordinate representation of color #FE5542: hue angle of 6.06º 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 #FE5542 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 85 66 -
CMYK 0 0.67 0.74 0.00
HSL 6.06º 0.99% 0.63% -
HSV(B) 6.06º 0.74% 1% -
XYZ 45.1 27.96 8.17 -
YUV 133.37 89.99 214.04 -
System Red Green Blue C M Y K H S L
Decimal 254 85 66 0 0.67 0.74 0.00 6.06 0.99 0.63
Hex FE 55 42 0 43 4A 0 6 63 3F
Octal 376 125 102 0 103 112 0 6 143 77
Binary 11111110 1010101 1000010 0 1000011 1001010 0 110 1100011 111111

Color Harmonies of #FE5542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5542

Black with #FE5542

Text Example


Text Example

White with #FE5542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5542; }

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

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

background-color css

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

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

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

border-color css

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

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

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