#FC6835

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

Shades of Burnt Orange #FC6835

Tints of Burnt Orange #FC6835

Color information

#FC6835 (or 0xFC6835) is unknown color: approx Burnt Orange. HEX triplet: FC, 68 and 35. RGB value is (252,104,53). Sum of RGB (Red+Green+Blue) = 252+104+53=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 53 (21.09% from 255 or 12.96% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6835 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6835 is #0397CA. Grayscale: #8E8E8E. Windows color (decimal): -235467 or 3500284. OLE color: 3500284.

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

Color convert

RGB25210453-
CMYK00.590.790.01
HSL15.38º97.07%59.8%-
HSV(B)15.38º78.97%98.82%-
XYZ45.7430.856.91-
YUV142.4477.53206.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 61.61%
GREEN value IS 104 (41.02% from 255) = 25.43%
BLUE value IS 53 (21.09% from 255) = 12.96%
R=61.61%
G=25.43%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521045300.590.790.0115.3897.0759.8
HexFC683503B4F1f613c
Octal3741506507311711714174
Binary11111100110100011010101110111001111111111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6835; }

 p { color: rgb(252,104,53); }

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

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

 a { background-color: rgb(252,104,53); }

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

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

 span { border-color: rgb(252,104,53); }

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