#F19460

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

Shades of Atomic Tangerine #F19460

Tints of Atomic Tangerine #F19460

Color information

#F19460 (or 0xF19460) is unknown color: approx Atomic Tangerine. HEX triplet: F1, 94 and 60. RGB value is (241,148,96). Sum of RGB (Red+Green+Blue) = 241+148+96=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F19460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19460 is #0E6B9F. Grayscale: #AAAAAA. Windows color (decimal): -945056 or 6329585. OLE color: 6329585.

HSL color Cylindrical-coordinate representation of color #F19460: hue angle of 21.52º 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 #F19460 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24114896-
CMYK00.390.600.05
HSL21.52º83.82%66.08%-
HSV(B)21.52º60.17%94.51%-
XYZ48.9840.7316.35-
YUV169.8886.31178.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.69%
GREEN value IS 148 (58.20% from 255) = 30.52%
BLUE value IS 96 (37.89% from 255) = 19.79%
R=49.69%
G=30.52%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411489600.390.600.0521.5283.8266.08
HexF194600273C5165442
Octal36122414004774526124102
Binary1111000110010100110000001001111111001011011010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19460; }

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

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

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

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

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

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

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

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