#F49402

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

Shades of Dark Orange #F49402

Tints of Dark Orange #F49402

Color information

#F49402 (or 0xF49402) is unknown color: approx Dark Orange. HEX triplet: F4, 94 and 02. RGB value is (244,148,2). Sum of RGB (Red+Green+Blue) = 244+148+2=394 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.93% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 2 (1.17% from 255 or 0.51% from 394); Max value from RGB is 244 - color contains mainly: red. Hex color #F49402 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49402 is #0B6BFD. Grayscale: #A0A0A0. Windows color (decimal): -748542 or 169204. OLE color: 169204.

HSL color Cylindrical-coordinate representation of color #F49402: hue angle of 36.2º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F49402 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB2441482-
CMYK00.390.990.04
HSL36.2º98.37%48.24%-
HSV(B)36.2º99.18%95.69%-
XYZ47.9140.425.33-
YUV160.0638.8187.87-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 61.93%
GREEN value IS 148 (58.20% from 255) = 37.56%
BLUE value IS 2 (1.17% from 255) = 0.51%
R=61.93%
G=37.56%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.99
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244148200.390.990.0436.298.3748.24
HexF4942027634246230
Octal364224204714344414260
Binary111101001001010010010011111000111001001001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49402; }

 p { color: rgb(244,148,2); }

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

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

 a { background-color: rgb(244,148,2); }

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

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

 span { border-color: rgb(244,148,2); }

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