#F89007

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

Shades of Dark Orange #F89007

Tints of Dark Orange #F89007

Color information

#F89007 (or 0xF89007) is unknown color: approx Dark Orange. HEX triplet: F8, 90 and 07. RGB value is (248,144,7). Sum of RGB (Red+Green+Blue) = 248+144+7=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 7 (3.12% from 255 or 1.75% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F89007 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89007 is #076FF8. Grayscale: #A0A0A0. Windows color (decimal): -487417 or 495864. OLE color: 495864.

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

Color convert

RGB2481447-
CMYK00.420.970.03
HSL34.11º94.51%50%-
HSV(B)34.11º97.18%97.25%-
XYZ48.7239.925.34-
YUV159.4841.96191.14-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 62.16%
GREEN value IS 144 (56.64% from 255) = 36.09%
BLUE value IS 7 (3.12% from 255) = 1.75%
R=62.16%
G=36.09%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.97
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248144700.420.970.0334.1194.5150
HexF890702A613225f32
Octal370220705214134213762
Binary111110001001000011101010101100001111000101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89007; }

 p { color: rgb(248,144,7); }

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

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

 a { background-color: rgb(248,144,7); }

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

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

 span { border-color: rgb(248,144,7); }

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