#F19166

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

Shades of Atomic Tangerine #F19166

Tints of Atomic Tangerine #F19166

Color information

#F19166 (or 0xF19166) is unknown color: approx Atomic Tangerine. HEX triplet: F1, 91 and 66. RGB value is (241,145,102). Sum of RGB (Red+Green+Blue) = 241+145+102=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F19166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19166 is #0E6E99. Grayscale: #A9A9A9. Windows color (decimal): -945818 or 6722033. OLE color: 6722033.

HSL color Cylindrical-coordinate representation of color #F19166: hue angle of 18.56º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F19166 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB241145102-
CMYK00.400.580.05
HSL18.56º83.23%67.25%-
HSV(B)18.56º57.68%94.51%-
XYZ48.839.9117.7-
YUV168.890.3179.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.39%
GREEN value IS 145 (57.03% from 255) = 29.71%
BLUE value IS 102 (40.23% from 255) = 20.90%
R=49.39%
G=29.71%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114510200.400.580.0518.5683.2367.25
HexF191660283A5135343
Octal36122114605072523123103
Binary1111000110010001110011001010001110101011001110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19166; }

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

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

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

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

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

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

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

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