Html Css Color HEX #FC6F2D Burnt Orange

📋 copy color: '#FC6F2D'

red 252 ◦ green 111 ◦ blue 45

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

Shades of Burnt Orange #FC6F2D

Tints of Burnt Orange #FC6F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.03%

R = 61.76%
G = 27.21%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC6F2D (or 0xFC6F2D) is known color: Burnt Orange. HEX triplet: FC, 6F and 2D. RGB value is (252,111,45). Sum of RGB (Red+Green+Blue) = 252+111+45=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6F2D is #0390D2. Grayscale: #929292. Windows color (decimal): -233683 or 2977788. OLE color: 2977788.

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

Color convert

RGB 252 111 45 -
CMYK 0 0.56 0.82 0.01
HSL 19.13º 0.97% 0.58% -
HSV(B) 19.13º 0.82% 0.99% -
XYZ 46.3 32.25 6.27 -
YUV 145.64 71.21 203.87 -
System Red Green Blue C M Y K H S L
Decimal 252 111 45 0 0.56 0.82 0.01 19.13 0.97 0.58
Hex FC 6F 2D 0 38 52 1 13 61 3A
Octal 374 157 55 0 70 122 1 23 141 72
Binary 11111100 1101111 101101 0 111000 1010010 1 10011 1100001 111010

Color Harmonies of #FC6F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6F2D

Black with #FC6F2D

Text Example


Text Example

White with #FC6F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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