Html Css Color HEX #FC5040 Sunset Orange

📋 copy color: '#FC5040'

red 252 ◦ green 80 ◦ blue 64

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

Shades of Sunset Orange #FC5040

Tints of Sunset Orange #FC5040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.2%

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

R = 63.64%
G = 20.2%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC5040 (or 0xFC5040) is known color: Sunset Orange. HEX triplet: FC, 50 and 40. RGB value is (252,80,64). Sum of RGB (Red+Green+Blue) = 252+80+64=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5040 is #03AFBF. Grayscale: #818181. Windows color (decimal): -241600 or 4215036. OLE color: 4215036.

HSL color Cylindrical-coordinate representation of color #FC5040: hue angle of 5.11º 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 #FC5040 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 80 64 -
CMYK 0 0.68 0.75 0.01
HSL 5.11º 0.97% 0.62% -
HSV(B) 5.11º 0.75% 0.99% -
XYZ 43.94 26.8 7.71 -
YUV 129.6 90.98 215.3 -
System Red Green Blue C M Y K H S L
Decimal 252 80 64 0 0.68 0.75 0.01 5.11 0.97 0.62
Hex FC 50 40 0 44 4B 1 5 61 3E
Octal 374 120 100 0 104 113 1 5 141 76
Binary 11111100 1010000 1000000 0 1000100 1001011 1 101 1100001 111110

Color Harmonies of #FC5040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5040

Black with #FC5040

Text Example


Text Example

White with #FC5040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5040; }

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

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

background-color css

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

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

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

border-color css

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

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

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