Html Css Color HEX #FC6F37 Burnt Orange

📋 copy color: '#FC6F37'

red 252 ◦ green 111 ◦ blue 55

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

Shades of Burnt Orange #FC6F37

Tints of Burnt Orange #FC6F37

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.56%

 BLUE value IS 55 (21.88% from 255) = 13.16%

R = 60.29%
G = 26.56%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FC6F37 (or 0xFC6F37) is known color: Burnt Orange. HEX triplet: FC, 6F and 37. RGB value is (252,111,55). Sum of RGB (Red+Green+Blue) = 252+111+55=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 55 (21.88% from 255 or 13.16% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6F37 is #0390C8. Grayscale: #939393. Windows color (decimal): -233673 or 3633148. OLE color: 3633148.

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

Color convert

RGB 252 111 55 -
CMYK 0 0.56 0.78 0.01
HSL 17.06º 0.97% 0.6% -
HSV(B) 17.06º 0.78% 0.99% -
XYZ 46.52 32.34 7.4 -
YUV 146.78 76.21 203.05 -
System Red Green Blue C M Y K H S L
Decimal 252 111 55 0 0.56 0.78 0.01 17.06 0.97 0.6
Hex FC 6F 37 0 38 4E 1 11 61 3C
Octal 374 157 67 0 70 116 1 21 141 74
Binary 11111100 1101111 110111 0 111000 1001110 1 10001 1100001 111100

Color Harmonies of #FC6F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6F37

Black with #FC6F37

Text Example


Text Example

White with #FC6F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6F37; }

 p { color: rgb(252,111,55); }

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

background-color css

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

 a { background-color: rgb(252,111,55); }

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

border-color css

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

 span { border-color: rgb(252,111,55); }

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