#FA9071

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

Shades of Atomic Tangerine #FA9071

Tints of Atomic Tangerine #FA9071

Color information

#FA9071 (or 0xFA9071) is unknown color: approx Atomic Tangerine. HEX triplet: FA, 90 and 71. RGB value is (250,144,113). Sum of RGB (Red+Green+Blue) = 250+144+113=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9071 is #056F8E. Grayscale: #ACACAC. Windows color (decimal): -356239 or 7442682. OLE color: 7442682.

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

Color convert

RGB250144113-
CMYK00.420.550.02
HSL13.58º93.2%71.18%-
HSV(B)13.58º54.8%98.04%-
XYZ52.3841.4620.87-
YUV172.1694.62183.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.31%
GREEN value IS 144 (56.64% from 255) = 28.40%
BLUE value IS 113 (44.53% from 255) = 22.29%
R=49.31%
G=28.40%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014411300.420.550.0213.5893.271.18
HexFA907102A372e5d47
Octal37222016105267216135107
Binary11111010100100001110001010101011011110111010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9071; }

 p { color: rgb(250,144,113); }

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

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

 a { background-color: rgb(250,144,113); }

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

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

 span { border-color: rgb(250,144,113); }

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