#F06627

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

Shades of Burnt Orange #F06627

Tints of Burnt Orange #F06627

Color information

#F06627 (or 0xF06627) is unknown color: approx Burnt Orange. HEX triplet: F0, 66 and 27. RGB value is (240,102,39). Sum of RGB (Red+Green+Blue) = 240+102+39=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 39 (15.62% from 255 or 10.24% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F06627 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06627 is #0F99D8. Grayscale: #888888. Windows color (decimal): -1022425 or 2582256. OLE color: 2582256.

HSL color Cylindrical-coordinate representation of color #F06627: hue angle of 18.81º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F06627 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB24010239-
CMYK00.580.840.06
HSL18.81º87.01%54.71%-
HSV(B)18.81º83.75%94.12%-
XYZ41.0528.175.19-
YUV136.0873.22202.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 62.99%
GREEN value IS 102 (40.23% from 255) = 26.77%
BLUE value IS 39 (15.62% from 255) = 10.24%
R=62.99%
G=26.77%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401023900.580.840.0618.8187.0154.71
HexF0662703A546135737
Octal3601464707212462312767
Binary11110000110011010011101110101010100110100111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06627; }

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

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

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

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

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

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

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

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