#FC7F2F

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

Shades of Burnt Orange #FC7F2F

Tints of Burnt Orange #FC7F2F

Color information

#FC7F2F (or 0xFC7F2F) is unknown color: approx Burnt Orange. HEX triplet: FC, 7F and 2F. RGB value is (252,127,47). Sum of RGB (Red+Green+Blue) = 252+127+47=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 47 (18.75% from 255 or 11.03% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7F2F is #0380D0. Grayscale: #9B9B9B. Windows color (decimal): -229585 or 3112956. OLE color: 3112956.

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

Color convert

RGB25212747-
CMYK00.500.810.01
HSL23.41º97.16%58.63%-
HSV(B)23.41º81.35%98.82%-
XYZ48.2536.087.11-
YUV155.2666.91197-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 59.15%
GREEN value IS 127 (50% from 255) = 29.81%
BLUE value IS 47 (18.75% from 255) = 11.03%
R=59.15%
G=29.81%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.81
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521274700.500.810.0123.4197.1658.63
HexFC7F2F03251117613b
Octal3741775706212112714173
Binary111111001111111101111011001010100011101111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7F2F; }

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

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

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

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

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

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

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

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