#F49E15

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

Shades of Dark Tangerine #F49E15

Tints of Dark Tangerine #F49E15

Color information

#F49E15 (or 0xF49E15) is unknown color: approx Dark Tangerine. HEX triplet: F4, 9E and 15. RGB value is (244,158,21). Sum of RGB (Red+Green+Blue) = 244+158+21=423 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.68% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 244 - color contains mainly: red. Hex color #F49E15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49E15 is #0B61EA. Grayscale: #A8A8A8. Windows color (decimal): -745963 or 1416948. OLE color: 1416948.

HSL color Cylindrical-coordinate representation of color #F49E15: hue angle of 36.86º 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 #F49E15 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB24415821-
CMYK00.350.910.04
HSL36.86º91.02%51.96%-
HSV(B)36.86º91.39%95.69%-
XYZ49.6743.746.53-
YUV168.144.99182.14-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.68%
GREEN value IS 158 (62.11% from 255) = 37.35%
BLUE value IS 21 (8.59% from 255) = 4.96%
R=57.68%
G=37.35%
B=4.96%

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
Decimal2441582100.350.910.0436.8691.0251.96
HexF49E150235B4255b34
Octal3642362504313344513364
Binary111101001001111010101010001110110111001001011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49E15; }

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

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

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

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

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

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

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

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