Html Css Color HEX #FC6F31 Burnt Orange

📋 copy color: '#FC6F31'

red 252 ◦ green 111 ◦ blue 49

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

Shades of Burnt Orange #FC6F31

Tints of Burnt Orange #FC6F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.89%

R = 61.17%
G = 26.94%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC6F31 (or 0xFC6F31) is known color: Burnt Orange. HEX triplet: FC, 6F and 31. RGB value is (252,111,49). Sum of RGB (Red+Green+Blue) = 252+111+49=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 49 (19.53% from 255 or 11.89% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6F31 is #0390CE. Grayscale: #929292. Windows color (decimal): -233679 or 3239932. OLE color: 3239932.

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

Color convert

RGB 252 111 49 -
CMYK 0 0.56 0.81 0.01
HSL 18.33º 0.97% 0.59% -
HSV(B) 18.33º 0.81% 0.99% -
XYZ 46.38 32.29 6.69 -
YUV 146.09 73.21 203.54 -
System Red Green Blue C M Y K H S L
Decimal 252 111 49 0 0.56 0.81 0.01 18.33 0.97 0.59
Hex FC 6F 31 0 38 51 1 12 61 3B
Octal 374 157 61 0 70 121 1 22 141 73
Binary 11111100 1101111 110001 0 111000 1010001 1 10010 1100001 111011

Color Harmonies of #FC6F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6F31

Black with #FC6F31

Text Example


Text Example

White with #FC6F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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