#FC6731

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

Shades of Burnt Orange #FC6731

Tints of Burnt Orange #FC6731

Color information

#FC6731 (or 0xFC6731) is unknown color: approx Burnt Orange. HEX triplet: FC, 67 and 31. RGB value is (252,103,49). Sum of RGB (Red+Green+Blue) = 252+103+49=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6731 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6731 is #0398CE. Grayscale: #8D8D8D. Windows color (decimal): -235727 or 3237884. OLE color: 3237884.

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

Color convert

RGB25210349-
CMYK00.590.810.01
HSL15.96º97.13%59.02%-
HSV(B)15.96º80.56%98.82%-
XYZ45.5530.626.41-
YUV141.475.86206.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 62.38%
GREEN value IS 103 (40.62% from 255) = 25.50%
BLUE value IS 49 (19.53% from 255) = 12.13%
R=62.38%
G=25.50%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.81
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521034900.590.810.0115.9697.1359.02
HexFC673103B51110613b
Octal3741476107312112014173
Binary111111001100111110001011101110100011100001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6731; }

 p { color: rgb(252,103,49); }

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

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

 a { background-color: rgb(252,103,49); }

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

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

 span { border-color: rgb(252,103,49); }

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