#F56A3E

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

Shades of Burnt Orange #F56A3E

Tints of Burnt Orange #F56A3E

Color information

#F56A3E (or 0xF56A3E) is unknown color: approx Burnt Orange. HEX triplet: F5, 6A and 3E. RGB value is (245,106,62). Sum of RGB (Red+Green+Blue) = 245+106+62=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F56A3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56A3E is #0A95C1. Grayscale: #8E8E8E. Windows color (decimal): -693698 or 4090613. OLE color: 4090613.

HSL color Cylindrical-coordinate representation of color #F56A3E: hue angle of 14.43º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F56A3E is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB24510662-
CMYK00.570.750.04
HSL14.43º90.15%60.2%-
HSV(B)14.43º74.69%96.08%-
XYZ43.6830.078.06-
YUV142.5482.55201.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.32%
GREEN value IS 106 (41.80% from 255) = 25.67%
BLUE value IS 62 (24.61% from 255) = 15.01%
R=59.32%
G=25.67%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451066200.570.750.0414.4390.1560.2
HexF56A3E0394B4e5a3c
Octal3651527607111341613274
Binary1111010111010101111100111001100101110011101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56A3E; }

 p { color: rgb(245,106,62); }

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

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

 a { background-color: rgb(245,106,62); }

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

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

 span { border-color: rgb(245,106,62); }

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