Html Css Color HEX #FC6F33 Burnt Orange

📋 copy color: '#FC6F33'

red 252 ◦ green 111 ◦ blue 51

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

Shades of Burnt Orange #FC6F33

Tints of Burnt Orange #FC6F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.32%

R = 60.87%
G = 26.81%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC6F33 (or 0xFC6F33) is known color: Burnt Orange. HEX triplet: FC, 6F and 33. RGB value is (252,111,51). Sum of RGB (Red+Green+Blue) = 252+111+51=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 51 (20.31% from 255 or 12.32% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6F33 is #0390CC. Grayscale: #929292. Windows color (decimal): -233677 or 3371004. OLE color: 3371004.

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

Color convert

RGB 252 111 51 -
CMYK 0 0.56 0.80 0.01
HSL 17.91º 0.97% 0.59% -
HSV(B) 17.91º 0.8% 0.99% -
XYZ 46.43 32.3 6.92 -
YUV 146.32 74.21 203.38 -
System Red Green Blue C M Y K H S L
Decimal 252 111 51 0 0.56 0.80 0.01 17.91 0.97 0.59
Hex FC 6F 33 0 38 50 1 12 61 3B
Octal 374 157 63 0 70 120 1 22 141 73
Binary 11111100 1101111 110011 0 111000 1010000 1 10010 1100001 111011

Color Harmonies of #FC6F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6F33

Black with #FC6F33

Text Example


Text Example

White with #FC6F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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