#FC7A2F

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

Shades of Burnt Orange #FC7A2F

Tints of Burnt Orange #FC7A2F

Color information

#FC7A2F (or 0xFC7A2F) is unknown color: approx Burnt Orange. HEX triplet: FC, 7A and 2F. RGB value is (252,122,47). Sum of RGB (Red+Green+Blue) = 252+122+47=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7A2F is #0385D0. Grayscale: #989898. Windows color (decimal): -230865 or 3111676. OLE color: 3111676.

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

Color convert

RGB25212247-
CMYK00.520.810.01
HSL21.95º97.16%58.63%-
HSV(B)21.95º81.35%98.82%-
XYZ47.6234.826.9-
YUV152.3268.57199.1-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 59.86%
GREEN value IS 122 (48.05% from 255) = 28.98%
BLUE value IS 47 (18.75% from 255) = 11.16%
R=59.86%
G=28.98%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.81
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521224700.520.810.0121.9597.1658.63
HexFC7A2F03451116613b
Octal3741725706412112614173
Binary111111001111010101111011010010100011101101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7A2F; }

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

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

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

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

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

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

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

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