#FA9870

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

Shades of Atomic Tangerine #FA9870

Tints of Atomic Tangerine #FA9870

Color information

#FA9870 (or 0xFA9870) is unknown color: approx Atomic Tangerine. HEX triplet: FA, 98 and 70. RGB value is (250,152,112). Sum of RGB (Red+Green+Blue) = 250+152+112=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9870 is #05678F. Grayscale: #B1B1B1. Windows color (decimal): -354192 or 7379194. OLE color: 7379194.

HSL color Cylindrical-coordinate representation of color #FA9870: hue angle of 17.39º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA9870 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB250152112-
CMYK00.390.550.02
HSL17.39º93.24%70.98%-
HSV(B)17.39º55.2%98.04%-
XYZ53.5843.9520.99-
YUV176.7491.47180.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.64%
GREEN value IS 152 (59.77% from 255) = 29.57%
BLUE value IS 112 (44.14% from 255) = 21.79%
R=48.64%
G=29.57%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015211200.390.550.0217.3993.2470.98
HexFA9870027372115d47
Octal37223016004767221135107
Binary111110101001100011100000100111110111101000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9870; }

 p { color: rgb(250,152,112); }

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

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

 a { background-color: rgb(250,152,112); }

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

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

 span { border-color: rgb(250,152,112); }

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