Html Css Color HEX #FC6424 Burnt Orange

📋 copy color: '#FC6424'

red 252 ◦ green 100 ◦ blue 36

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

Shades of Burnt Orange #FC6424

Tints of Burnt Orange #FC6424

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.77%

 BLUE value IS 36 (14.45% from 255) = 9.28%

R = 64.95%
G = 25.77%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC6424 (or 0xFC6424) is known color: Burnt Orange. HEX triplet: FC, 64 and 24. RGB value is (252,100,36). Sum of RGB (Red+Green+Blue) = 252+100+36=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 36 (14.45% from 255 or 9.28% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6424 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6424 is #039BDB. Grayscale: #8A8A8A. Windows color (decimal): -236508 or 2385148. OLE color: 2385148.

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

Color convert

RGB 252 100 36 -
CMYK 0 0.60 0.86 0.01
HSL 17.78º 0.97% 0.56% -
HSV(B) 17.78º 0.86% 0.99% -
XYZ 45.02 29.94 5.07 -
YUV 138.15 70.36 209.2 -
System Red Green Blue C M Y K H S L
Decimal 252 100 36 0 0.60 0.86 0.01 17.78 0.97 0.56
Hex FC 64 24 0 3C 56 1 12 61 38
Octal 374 144 44 0 74 126 1 22 141 70
Binary 11111100 1100100 100100 0 111100 1010110 1 10010 1100001 111000

Color Harmonies of #FC6424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6424

Black with #FC6424

Text Example


Text Example

White with #FC6424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6424; }

 p { color: rgb(252,100,36); }

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

background-color css

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

 a { background-color: rgb(252,100,36); }

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

border-color css

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

 span { border-color: rgb(252,100,36); }

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