#F56627

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

Shades of Burnt Orange #F56627

Tints of Burnt Orange #F56627

Color information

#F56627 (or 0xF56627) is unknown color: approx Burnt Orange. HEX triplet: F5, 66 and 27. RGB value is (245,102,39). Sum of RGB (Red+Green+Blue) = 245+102+39=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 39 (15.62% from 255 or 10.10% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F56627 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56627 is #0A99D8. Grayscale: #898989. Windows color (decimal): -694745 or 2582261. OLE color: 2582261.

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

Color convert

RGB24510239-
CMYK00.580.840.04
HSL18.35º91.15%55.69%-
HSV(B)18.35º84.08%96.08%-
XYZ42.7729.065.27-
YUV137.5772.38204.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 63.47%
GREEN value IS 102 (40.23% from 255) = 26.42%
BLUE value IS 39 (15.62% from 255) = 10.10%
R=63.47%
G=26.42%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.84
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451023900.580.840.0418.3591.1555.69
HexF5662703A544125b38
Octal3651464707212442213370
Binary11110101110011010011101110101010100100100101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56627; }

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

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

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

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

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

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

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

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