#F49F15

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

Shades of Dark Tangerine #F49F15

Tints of Dark Tangerine #F49F15

Color information

#F49F15 (or 0xF49F15) is unknown color: approx Dark Tangerine. HEX triplet: F4, 9F and 15. RGB value is (244,159,21). Sum of RGB (Red+Green+Blue) = 244+159+21=424 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.55% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 21 (8.59% from 255 or 4.95% from 424); Max value from RGB is 244 - color contains mainly: red. Hex color #F49F15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49F15 is #0B60EA. Grayscale: #A9A9A9. Windows color (decimal): -745707 or 1417204. OLE color: 1417204.

HSL color Cylindrical-coordinate representation of color #F49F15: hue angle of 37.13º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F49F15 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB24415921-
CMYK00.350.910.04
HSL37.13º91.02%51.96%-
HSV(B)37.13º91.39%95.69%-
XYZ49.8444.086.59-
YUV168.6844.66181.72-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.55%
GREEN value IS 159 (62.5% from 255) = 37.5%
BLUE value IS 21 (8.59% from 255) = 4.95%
R=57.55%
G=37.5%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441592100.350.910.0437.1391.0251.96
HexF49F150235B4255b34
Octal3642372504313344513364
Binary111101001001111110101010001110110111001001011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49F15; }

 p { color: rgb(244,159,21); }

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

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

 a { background-color: rgb(244,159,21); }

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

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

 span { border-color: rgb(244,159,21); }

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