#F26927

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

Shades of Burnt Orange #F26927

Tints of Burnt Orange #F26927

Color information

#F26927 (or 0xF26927) is unknown color: approx Burnt Orange. HEX triplet: F2, 69 and 27. RGB value is (242,105,39). Sum of RGB (Red+Green+Blue) = 242+105+39=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 39 (15.62% from 255 or 10.10% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F26927 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26927 is #0D96D8. Grayscale: #8A8A8A. Windows color (decimal): -890585 or 2583026. OLE color: 2583026.

HSL color Cylindrical-coordinate representation of color #F26927: hue angle of 19.51º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F26927 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB24210539-
CMYK00.570.840.05
HSL19.51º88.65%55.1%-
HSV(B)19.51º83.88%94.9%-
XYZ42.0429.135.33-
YUV138.4471.89201.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 62.69%
GREEN value IS 105 (41.41% from 255) = 27.20%
BLUE value IS 39 (15.62% from 255) = 10.10%
R=62.69%
G=27.20%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421053900.570.840.0519.5188.6555.1
HexF26927039545145937
Octal3621514707112452413167
Binary11110010110100110011101110011010100101101001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26927; }

 p { color: rgb(242,105,39); }

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

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

 a { background-color: rgb(242,105,39); }

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

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

 span { border-color: rgb(242,105,39); }

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