#FC7342

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

Shades of Burnt Orange #FC7342

Tints of Burnt Orange #FC7342

Color information

#FC7342 (or 0xFC7342) is unknown color: approx Burnt Orange. HEX triplet: FC, 73 and 42. RGB value is (252,115,66). Sum of RGB (Red+Green+Blue) = 252+115+66=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7342 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7342 is #038CBD. Grayscale: #969696. Windows color (decimal): -232638 or 4355068. OLE color: 4355068.

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

Color convert

RGB25211566-
CMYK00.540.740.01
HSL15.81º96.88%62.35%-
HSV(B)15.81º73.81%98.82%-
XYZ47.2633.359.1-
YUV150.3880.39200.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 58.20%
GREEN value IS 115 (45.31% from 255) = 26.56%
BLUE value IS 66 (26.17% from 255) = 15.24%
R=58.20%
G=26.56%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521156600.540.740.0115.8196.8862.35
HexFC73420364A110613e
Octal37416310206611212014176
Binary1111110011100111000010011011010010101100001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7342; }

 p { color: rgb(252,115,66); }

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

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

 a { background-color: rgb(252,115,66); }

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

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

 span { border-color: rgb(252,115,66); }

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