#FA9469

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

Shades of Atomic Tangerine #FA9469

Tints of Atomic Tangerine #FA9469

Color information

#FA9469 (or 0xFA9469) is unknown color: approx Atomic Tangerine. HEX triplet: FA, 94 and 69. RGB value is (250,148,105). Sum of RGB (Red+Green+Blue) = 250+148+105=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 105 (41.41% from 255 or 20.87% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9469 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9469 is #056B96. Grayscale: #ADADAD. Windows color (decimal): -355223 or 6919418. OLE color: 6919418.

HSL color Cylindrical-coordinate representation of color #FA9469: hue angle of 17.79º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA9469 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB250148105-
CMYK00.410.580.02
HSL17.79º93.55%69.61%-
HSV(B)17.79º58%98.04%-
XYZ52.5642.5218.8-
YUV173.689.29182.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.70%
GREEN value IS 148 (58.20% from 255) = 29.42%
BLUE value IS 105 (41.41% from 255) = 20.87%
R=49.70%
G=29.42%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014810500.410.580.0217.7993.5569.61
HexFA94690293A2125e46
Octal37222415105172222136106
Binary111110101001010011010010101001111010101001010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9469; }

 p { color: rgb(250,148,105); }

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

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

 a { background-color: rgb(250,148,105); }

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

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

 span { border-color: rgb(250,148,105); }

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