#F8910E

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

Shades of Dark Orange #F8910E

Tints of Dark Orange #F8910E

Color information

#F8910E (or 0xF8910E) is unknown color: approx Dark Orange. HEX triplet: F8, 91 and 0E. RGB value is (248,145,14). Sum of RGB (Red+Green+Blue) = 248+145+14=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 14 (5.86% from 255 or 3.44% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F8910E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8910E is #076EF1. Grayscale: #A1A1A1. Windows color (decimal): -487154 or 954872. OLE color: 954872.

HSL color Cylindrical-coordinate representation of color #F8910E: hue angle of 33.59º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8910E is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB24814514-
CMYK00.420.940.03
HSL33.59º94.35%51.37%-
HSV(B)33.59º94.35%97.25%-
XYZ48.9240.245.6-
YUV160.8645.12190.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 60.93%
GREEN value IS 145 (57.03% from 255) = 35.63%
BLUE value IS 14 (5.86% from 255) = 3.44%
R=60.93%
G=35.63%
B=3.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.94
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481451400.420.940.0333.5994.3551.37
HexF891E02A5E3225e33
Octal3702211605213634213663
Binary1111100010010001111001010101011110111000101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8910E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8910E; }

 p { color: rgb(248,145,14); }

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

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

 a { background-color: rgb(248,145,14); }

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

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

 span { border-color: rgb(248,145,14); }

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