#FA8E69

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

Shades of Atomic Tangerine #FA8E69

Tints of Atomic Tangerine #FA8E69

Color information

#FA8E69 (or 0xFA8E69) is unknown color: approx Atomic Tangerine. HEX triplet: FA, 8E and 69. RGB value is (250,142,105). Sum of RGB (Red+Green+Blue) = 250+142+105=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8E69 is #057196. Grayscale: #AAAAAA. Windows color (decimal): -356759 or 6917882. OLE color: 6917882.

HSL color Cylindrical-coordinate representation of color #FA8E69: hue angle of 15.31º 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 #FA8E69 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB250142105-
CMYK00.430.580.02
HSL15.31º93.55%69.61%-
HSV(B)15.31º58%98.04%-
XYZ51.6540.6918.5-
YUV170.0791.28185.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.30%
GREEN value IS 142 (55.86% from 255) = 28.57%
BLUE value IS 105 (41.41% from 255) = 21.13%
R=50.30%
G=28.57%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014210500.430.580.0215.3193.5569.61
HexFA8E6902B3A2f5e46
Octal37221615105372217136106
Binary11111010100011101101001010101111101010111110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8E69; }

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

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

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

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

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

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

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

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