Html Css Color HEX #FE5540 Sunset Orange

📋 copy color: '#FE5540'

red 254 ◦ green 85 ◦ blue 64

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

Shades of Sunset Orange #FE5540

Tints of Sunset Orange #FE5540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.88%

R = 63.03%
G = 21.09%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE5540 (or 0xFE5540) is known color: Sunset Orange. HEX triplet: FE, 55 and 40. RGB value is (254,85,64). Sum of RGB (Red+Green+Blue) = 254+85+64=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5540 is #01AABF. Grayscale: #858585. Windows color (decimal): -109248 or 4216318. OLE color: 4216318.

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

Color convert

RGB 254 85 64 -
CMYK 0 0.67 0.75 0.00
HSL 6.63º 0.99% 0.62% -
HSV(B) 6.63º 0.75% 1% -
XYZ 45.05 27.94 7.87 -
YUV 133.14 88.99 214.21 -
System Red Green Blue C M Y K H S L
Decimal 254 85 64 0 0.67 0.75 0.00 6.63 0.99 0.62
Hex FE 55 40 0 43 4B 0 7 63 3E
Octal 376 125 100 0 103 113 0 7 143 76
Binary 11111110 1010101 1000000 0 1000011 1001011 0 111 1100011 111110

Color Harmonies of #FE5540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5540

Black with #FE5540

Text Example


Text Example

White with #FE5540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5540; }

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

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

background-color css

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

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

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

border-color css

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

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

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