Html Css Color HEX #FC5540 Sunset Orange

📋 copy color: '#FC5540'

red 252 ◦ green 85 ◦ blue 64

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

Shades of Sunset Orange #FC5540

Tints of Sunset Orange #FC5540

RGB

 RED value IS 252 (98.83% from 255) = 62.84%

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

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

R = 62.84%
G = 21.2%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC5540 (or 0xFC5540) is known color: Sunset Orange. HEX triplet: FC, 55 and 40. RGB value is (252,85,64). Sum of RGB (Red+Green+Blue) = 252+85+64=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5540 is #03AABF. Grayscale: #848484. Windows color (decimal): -240320 or 4216316. OLE color: 4216316.

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

Color convert

RGB 252 85 64 -
CMYK 0 0.66 0.75 0.01
HSL 6.7º 0.97% 0.62% -
HSV(B) 6.7º 0.75% 0.99% -
XYZ 44.32 27.56 7.83 -
YUV 132.54 89.33 213.21 -
System Red Green Blue C M Y K H S L
Decimal 252 85 64 0 0.66 0.75 0.01 6.7 0.97 0.62
Hex FC 55 40 0 42 4B 1 7 61 3E
Octal 374 125 100 0 102 113 1 7 141 76
Binary 11111100 1010101 1000000 0 1000010 1001011 1 111 1100001 111110

Color Harmonies of #FC5540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5540

Black with #FC5540

Text Example


Text Example

White with #FC5540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5540; }

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

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

background-color css

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

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

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

border-color css

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

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

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