#FC703F

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

Shades of Burnt Orange #FC703F

Tints of Burnt Orange #FC703F

Color information

#FC703F (or 0xFC703F) is unknown color: approx Burnt Orange. HEX triplet: FC, 70 and 3F. RGB value is (252,112,63). Sum of RGB (Red+Green+Blue) = 252+112+63=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 63 (25% from 255 or 14.75% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC703F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC703F is #038FC0. Grayscale: #949494. Windows color (decimal): -233409 or 4157692. OLE color: 4157692.

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

Color convert

RGB25211263-
CMYK00.560.750.01
HSL15.56º96.92%61.76%-
HSV(B)15.56º75%98.82%-
XYZ46.8432.648.53-
YUV148.2779.88201.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 59.02%
GREEN value IS 112 (44.14% from 255) = 26.23%
BLUE value IS 63 (25% from 255) = 14.75%
R=59.02%
G=26.23%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521126300.560.750.0115.5696.9261.76
HexFC703F0384B110613e
Octal3741607707011312014176
Binary111111001110000111111011100010010111100001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC703F; }

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

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

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

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

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

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

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

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