Html Css Color HEX #FC6A24 Burnt Orange

📋 copy color: '#FC6A24'

red 252 ◦ green 106 ◦ blue 36

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

Shades of Burnt Orange #FC6A24

Tints of Burnt Orange #FC6A24

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.9%

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

R = 63.96%
G = 26.9%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC6A24 (or 0xFC6A24) is known color: Burnt Orange. HEX triplet: FC, 6A and 24. RGB value is (252,106,36). Sum of RGB (Red+Green+Blue) = 252+106+36=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 36 (14.45% from 255 or 9.14% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6A24 is #0395DB. Grayscale: #8E8E8E. Windows color (decimal): -234972 or 2386684. OLE color: 2386684.

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

Color convert

RGB 252 106 36 -
CMYK 0 0.58 0.86 0.01
HSL 19.44º 0.97% 0.56% -
HSV(B) 19.44º 0.86% 0.99% -
XYZ 45.62 31.13 5.27 -
YUV 141.67 68.37 206.69 -
System Red Green Blue C M Y K H S L
Decimal 252 106 36 0 0.58 0.86 0.01 19.44 0.97 0.56
Hex FC 6A 24 0 3A 56 1 13 61 38
Octal 374 152 44 0 72 126 1 23 141 70
Binary 11111100 1101010 100100 0 111010 1010110 1 10011 1100001 111000

Color Harmonies of #FC6A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6A24

Black with #FC6A24

Text Example


Text Example

White with #FC6A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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