#FC813D

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

Shades of Burnt Orange #FC813D

Tints of Burnt Orange #FC813D

Color information

#FC813D (or 0xFC813D) is unknown color: approx Burnt Orange. HEX triplet: FC, 81 and 3D. RGB value is (252,129,61). Sum of RGB (Red+Green+Blue) = 252+129+61=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 61 (24.22% from 255 or 13.80% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC813D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC813D is #037EC2. Grayscale: #9E9E9E. Windows color (decimal): -229059 or 4030972. OLE color: 4030972.

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

Color convert

RGB25212961-
CMYK00.490.760.01
HSL21.36º96.95%61.37%-
HSV(B)21.36º75.79%98.82%-
XYZ48.8436.738.93-
YUV158.0273.25195.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.01%
GREEN value IS 129 (50.78% from 255) = 29.19%
BLUE value IS 61 (24.22% from 255) = 13.80%
R=57.01%
G=29.19%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521296100.490.760.0121.3696.9561.37
HexFC813D0314C115613d
Octal3742017506111412514175
Binary1111110010000001111101011000110011001101011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC813D; }

 p { color: rgb(252,129,61); }

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

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

 a { background-color: rgb(252,129,61); }

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

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

 span { border-color: rgb(252,129,61); }

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