#F19A6A

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

Shades of Atomic Tangerine #F19A6A

Tints of Atomic Tangerine #F19A6A

Color information

#F19A6A (or 0xF19A6A) is unknown color: approx Atomic Tangerine. HEX triplet: F1, 9A and 6A. RGB value is (241,154,106). Sum of RGB (Red+Green+Blue) = 241+154+106=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 106 (41.80% from 255 or 21.16% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19A6A is #0E6595. Grayscale: #AEAEAE. Windows color (decimal): -943510 or 6986481. OLE color: 6986481.

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

Color convert

RGB241154106-
CMYK00.360.560.05
HSL21.33º82.82%68.04%-
HSV(B)21.33º56.02%94.51%-
XYZ50.4342.8519.25-
YUV174.5489.32175.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.10%
GREEN value IS 154 (60.55% from 255) = 30.74%
BLUE value IS 106 (41.80% from 255) = 21.16%
R=48.10%
G=30.74%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115410600.360.560.0521.3382.8268.04
HexF19A6A024385155344
Octal36123215204470525123104
Binary1111000110011010110101001001001110001011010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19A6A; }

 p { color: rgb(241,154,106); }

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

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

 a { background-color: rgb(241,154,106); }

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

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

 span { border-color: rgb(241,154,106); }

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