Html Css Color HEX #FC6C2F Burnt Orange

📋 copy color: '#FC6C2F'

red 252 ◦ green 108 ◦ blue 47

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

Shades of Burnt Orange #FC6C2F

Tints of Burnt Orange #FC6C2F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.54%

 BLUE value IS 47 (18.75% from 255) = 11.55%

R = 61.92%
G = 26.54%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC6C2F (or 0xFC6C2F) is known color: Burnt Orange. HEX triplet: FC, 6C and 2F. RGB value is (252,108,47). Sum of RGB (Red+Green+Blue) = 252+108+47=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 47 (18.75% from 255 or 11.55% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6C2F is #0393D0. Grayscale: #909090. Windows color (decimal): -234449 or 3108092. OLE color: 3108092.

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

Color convert

RGB 252 108 47 -
CMYK 0 0.57 0.81 0.01
HSL 17.85º 0.97% 0.59% -
HSV(B) 17.85º 0.81% 0.99% -
XYZ 46.02 31.63 6.37 -
YUV 144.1 73.21 204.96 -
System Red Green Blue C M Y K H S L
Decimal 252 108 47 0 0.57 0.81 0.01 17.85 0.97 0.59
Hex FC 6C 2F 0 39 51 1 12 61 3B
Octal 374 154 57 0 71 121 1 22 141 73
Binary 11111100 1101100 101111 0 111001 1010001 1 10010 1100001 111011

Color Harmonies of #FC6C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6C2F

Black with #FC6C2F

Text Example


Text Example

White with #FC6C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6C2F; }

 p { color: rgb(252,108,47); }

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

background-color css

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

 a { background-color: rgb(252,108,47); }

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

border-color css

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

 span { border-color: rgb(252,108,47); }

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