#F89207

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

Shades of Dark Orange #F89207

Tints of Dark Orange #F89207

Color information

#F89207 (or 0xF89207) is unknown color: approx Dark Orange. HEX triplet: F8, 92 and 07. RGB value is (248,146,7). Sum of RGB (Red+Green+Blue) = 248+146+7=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 7 (3.12% from 255 or 1.75% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F89207 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89207 is #076DF8. Grayscale: #A1A1A1. Windows color (decimal): -486905 or 496376. OLE color: 496376.

HSL color Cylindrical-coordinate representation of color #F89207: hue angle of 34.61º 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 #F89207 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB2481467-
CMYK00.410.970.03
HSL34.61º94.51%50%-
HSV(B)34.61º97.18%97.25%-
XYZ49.0340.535.44-
YUV160.6541.29190.3-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 61.85%
GREEN value IS 146 (57.42% from 255) = 36.41%
BLUE value IS 7 (3.12% from 255) = 1.75%
R=61.85%
G=36.41%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.97
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248146700.410.970.0334.6194.5150
HexF8927029613235f32
Octal370222705114134313762
Binary111110001001001011101010011100001111000111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89207; }

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

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

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

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

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

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

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

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