Html Css Color HEX #FC6D36 Burnt Orange

📋 copy color: '#FC6D36'

red 252 ◦ green 109 ◦ blue 54

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

Shades of Burnt Orange #FC6D36

Tints of Burnt Orange #FC6D36

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.27%

 BLUE value IS 54 (21.48% from 255) = 13.01%

R = 60.72%
G = 26.27%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC6D36 (or 0xFC6D36) is known color: Burnt Orange. HEX triplet: FC, 6D and 36. RGB value is (252,109,54). Sum of RGB (Red+Green+Blue) = 252+109+54=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 54 (21.48% from 255 or 13.01% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6D36 is #0392C9. Grayscale: #919191. Windows color (decimal): -234186 or 3567100. OLE color: 3567100.

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

Color convert

RGB 252 109 54 -
CMYK 0 0.57 0.79 0.01
HSL 16.67º 0.97% 0.6% -
HSV(B) 16.67º 0.79% 0.99% -
XYZ 46.28 31.9 7.21 -
YUV 145.49 76.38 203.97 -
System Red Green Blue C M Y K H S L
Decimal 252 109 54 0 0.57 0.79 0.01 16.67 0.97 0.6
Hex FC 6D 36 0 39 4F 1 11 61 3C
Octal 374 155 66 0 71 117 1 21 141 74
Binary 11111100 1101101 110110 0 111001 1001111 1 10001 1100001 111100

Color Harmonies of #FC6D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6D36

Black with #FC6D36

Text Example


Text Example

White with #FC6D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6D36; }

 p { color: rgb(252,109,54); }

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

background-color css

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

 a { background-color: rgb(252,109,54); }

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

border-color css

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

 span { border-color: rgb(252,109,54); }

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