#F19160

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

Shades of Atomic Tangerine #F19160

Tints of Atomic Tangerine #F19160

Color information

#F19160 (or 0xF19160) is unknown color: approx Atomic Tangerine. HEX triplet: F1, 91 and 60. RGB value is (241,145,96). Sum of RGB (Red+Green+Blue) = 241+145+96=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F19160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19160 is #0E6E9F. Grayscale: #A8A8A8. Windows color (decimal): -945824 or 6328817. OLE color: 6328817.

HSL color Cylindrical-coordinate representation of color #F19160: hue angle of 20.28º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F19160 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24114596-
CMYK00.400.600.05
HSL20.28º83.82%66.08%-
HSV(B)20.28º60.17%94.51%-
XYZ48.5139.816.19-
YUV168.1287.3179.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50%
GREEN value IS 145 (57.03% from 255) = 30.08%
BLUE value IS 96 (37.89% from 255) = 19.92%
R=50%
G=30.08%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411459600.400.600.0520.2883.8266.08
HexF191600283C5145442
Octal36122114005074524124102
Binary1111000110010001110000001010001111001011010010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19160; }

 p { color: rgb(241,145,96); }

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

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

 a { background-color: rgb(241,145,96); }

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

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

 span { border-color: rgb(241,145,96); }

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