#f56630

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

Shades of Burnt Orange #F56630

Tints of Burnt Orange #F56630

Color information

#F56630 (or 0xF56630) is unknown color: approx Burnt Orange. HEX triplet: F5, 66 and 30. RGB value is (245,102,48). Sum of RGB (Red+Green+Blue) = 245+102+48=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F56630 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56630 is #0A99CF. Grayscale: #8A8A8A. Windows color (decimal): -694736 or 3172085. OLE color: 3172085.

HSL color Cylindrical-coordinate representation of color #F56630: hue angle of 16.45º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F56630 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB24510248-
CMYK00.580.800.04
HSL16.45º90.78%57.45%-
HSV(B)16.45º80.41%96.08%-
XYZ42.9429.136.16-
YUV138.676.88203.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 62.03%
GREEN value IS 102 (40.23% from 255) = 25.82%
BLUE value IS 48 (19.14% from 255) = 12.15%
R=62.03%
G=25.82%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451024800.580.800.0416.4590.7857.45
HexF5663003A504105b39
Octal3651466007212042013371
Binary11110101110011011000001110101010000100100001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f56630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f56630; }

 p { color: rgb(245,102,48); }

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

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

 a { background-color: rgb(245,102,48); }

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

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

 span { border-color: rgb(245,102,48); }

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