#F9930D

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

Shades of Dark Orange #F9930D

Tints of Dark Orange #F9930D

Color information

#F9930D (or 0xF9930D) is unknown color: approx Dark Orange. HEX triplet: F9, 93 and 0D. RGB value is (249,147,13). Sum of RGB (Red+Green+Blue) = 249+147+13=409 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.88% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 249 - color contains mainly: red. Hex color #F9930D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9930D is #066CF2. Grayscale: #A2A2A2. Windows color (decimal): -421107 or 889849. OLE color: 889849.

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

Color convert

RGB24914713-
CMYK00.410.950.02
HSL34.07º95.16%51.37%-
HSV(B)34.07º94.78%97.65%-
XYZ49.5741.045.69-
YUV162.2243.79189.9-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 60.88%
GREEN value IS 147 (57.81% from 255) = 35.94%
BLUE value IS 13 (5.47% from 255) = 3.18%
R=60.88%
G=35.94%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491471300.410.950.0234.0795.1651.37
HexF993D0295F2225f33
Octal3712231505113724213763
Binary1111100110010011110101010011011111101000101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9930D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9930D; }

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

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

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

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

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

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

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

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