Html Css Color HEX #FC6B31 Burnt Orange

📋 copy color: '#FC6B31'

red 252 ◦ green 107 ◦ blue 49

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

Shades of Burnt Orange #FC6B31

Tints of Burnt Orange #FC6B31

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.23%

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

R = 61.76%
G = 26.23%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC6B31 (or 0xFC6B31) is known color: Burnt Orange. HEX triplet: FC, 6B and 31. RGB value is (252,107,49). Sum of RGB (Red+Green+Blue) = 252+107+49=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 49 (19.53% from 255 or 12.01% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6B31 is #0394CE. Grayscale: #909090. Windows color (decimal): -234703 or 3238908. OLE color: 3238908.

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

Color convert

RGB 252 107 49 -
CMYK 0 0.58 0.81 0.01
HSL 17.14º 0.97% 0.59% -
HSV(B) 17.14º 0.81% 0.99% -
XYZ 45.96 31.43 6.55 -
YUV 143.74 74.54 205.22 -
System Red Green Blue C M Y K H S L
Decimal 252 107 49 0 0.58 0.81 0.01 17.14 0.97 0.59
Hex FC 6B 31 0 3A 51 1 11 61 3B
Octal 374 153 61 0 72 121 1 21 141 73
Binary 11111100 1101011 110001 0 111010 1010001 1 10001 1100001 111011

Color Harmonies of #FC6B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6B31

Black with #FC6B31

Text Example


Text Example

White with #FC6B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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