#F56323

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

Shades of Burnt Orange #F56323

Tints of Burnt Orange #F56323

Color information

#F56323 (or 0xF56323) is unknown color: approx Burnt Orange. HEX triplet: F5, 63 and 23. RGB value is (245,99,35). Sum of RGB (Red+Green+Blue) = 245+99+35=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 35 (14.06% from 255 or 9.23% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F56323 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56323 is #0A9CDC. Grayscale: #878787. Windows color (decimal): -695517 or 2319349. OLE color: 2319349.

HSL color Cylindrical-coordinate representation of color #F56323: hue angle of 18.29º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F56323 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB2459935-
CMYK00.600.860.04
HSL18.29º91.3%54.9%-
HSV(B)18.29º85.71%96.08%-
XYZ42.4228.464.85-
YUV135.3671.37206.2-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 64.64%
GREEN value IS 99 (39.06% from 255) = 26.12%
BLUE value IS 35 (14.06% from 255) = 9.23%
R=64.64%
G=26.12%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245993500.600.860.0418.2991.354.9
HexF5632303C564125b37
Octal3651434307412642213367
Binary11110101110001110001101111001010110100100101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56323; }

 p { color: rgb(245,99,35); }

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

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

 a { background-color: rgb(245,99,35); }

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

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

 span { border-color: rgb(245,99,35); }

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