#F99301

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

Shades of Dark Orange #F99301

Tints of Dark Orange #F99301

Color information

#F99301 (or 0xF99301) is unknown color: approx Dark Orange. HEX triplet: F9, 93 and 01. RGB value is (249,147,1). Sum of RGB (Red+Green+Blue) = 249+147+1=397 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.72% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 1 (0.78% from 255 or 0.25% from 397); Max value from RGB is 249 - color contains mainly: red. Hex color #F99301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99301 is #066CFE. Grayscale: #A1A1A1. Windows color (decimal): -421119 or 103417. OLE color: 103417.

HSL color Cylindrical-coordinate representation of color #F99301: hue angle of 35.32º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F99301 is Cyan = 0, Magento = 0.41, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB2491471-
CMYK00.411.000.02
HSL35.32º99.2%49.02%-
HSV(B)35.32º99.6%97.65%-
XYZ49.5141.015.34-
YUV160.8537.79190.87-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 62.72%
GREEN value IS 147 (57.81% from 255) = 37.03%
BLUE value IS 1 (0.78% from 255) = 0.25%
R=62.72%
G=37.03%
B=0.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249147100.411.000.0235.3299.249.02
HexF9931029642236331
Octal371223105114424314361
Binary1111100110010011101010011100100101000111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99301; }

 p { color: rgb(249,147,1); }

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

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

 a { background-color: rgb(249,147,1); }

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

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

 span { border-color: rgb(249,147,1); }

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