#FC6D3F

Color #FC6D3F Burnt Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Orange #FC6D3F

Tints of Burnt Orange #FC6D3F

Color information

#FC6D3F (or 0xFC6D3F) is unknown color: approx Burnt Orange. HEX triplet: FC, 6D and 3F. RGB value is (252,109,63). Sum of RGB (Red+Green+Blue) = 252+109+63=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 63 (25% from 255 or 14.86% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6D3F is #0392C0. Grayscale: #929292. Windows color (decimal): -234177 or 4156924. OLE color: 4156924.

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

Color convert

RGB25210963-
CMYK00.570.750.01
HSL14.6º96.92%61.76%-
HSV(B)14.6º75%98.82%-
XYZ46.5131.998.43-
YUV146.5180.88203.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 59.43%
GREEN value IS 109 (42.97% from 255) = 25.71%
BLUE value IS 63 (25% from 255) = 14.86%
R=59.43%
G=25.71%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521096300.570.750.0114.696.9261.76
HexFC6D3F0394B1f613e
Octal3741557707111311714176
Binary11111100110110111111101110011001011111111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6D3F; }

 p { color: rgb(252,109,63); }

 H1.HeaderClassName
 {
   color: #FC6D3F;
 }
 .AnyTagClassName
 {
   color: #FC6D3F;
 }
</style>
background-color css

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

 a { background-color: rgb(252,109,63); }

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

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

 span { border-color: rgb(252,109,63); }

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