Html Css Color HEX #FC6931 Burnt Orange

📋 copy color: '#FC6931'

red 252 ◦ green 105 ◦ blue 49

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

Shades of Burnt Orange #FC6931

Tints of Burnt Orange #FC6931

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.86%

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

R = 62.07%
G = 25.86%
B = 12.07%

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

#FC6931 (or 0xFC6931) is known color: Burnt Orange. HEX triplet: FC, 69 and 31. RGB value is (252,105,49). Sum of RGB (Red+Green+Blue) = 252+105+49=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 49 (19.53% from 255 or 12.07% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6931 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6931 is #0396CE. Grayscale: #8E8E8E. Windows color (decimal): -235215 or 3238396. OLE color: 3238396.

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

Color convert

RGB 252 105 49 -
CMYK 0 0.58 0.81 0.01
HSL 16.55º 0.97% 0.59% -
HSV(B) 16.55º 0.81% 0.99% -
XYZ 45.75 31.02 6.48 -
YUV 142.57 75.2 206.05 -
System Red Green Blue C M Y K H S L
Decimal 252 105 49 0 0.58 0.81 0.01 16.55 0.97 0.59
Hex FC 69 31 0 3A 51 1 11 61 3B
Octal 374 151 61 0 72 121 1 21 141 73
Binary 11111100 1101001 110001 0 111010 1010001 1 10001 1100001 111011

Color Harmonies of #FC6931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6931

Black with #FC6931

Text Example


Text Example

White with #FC6931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6931; }

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

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

background-color css

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

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

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

border-color css

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

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

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