#FA8E6D

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

Shades of Atomic Tangerine #FA8E6D

Tints of Atomic Tangerine #FA8E6D

Color information

#FA8E6D (or 0xFA8E6D) is unknown color: approx Atomic Tangerine. HEX triplet: FA, 8E and 6D. RGB value is (250,142,109). Sum of RGB (Red+Green+Blue) = 250+142+109=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8E6D is #057192. Grayscale: #AAAAAA. Windows color (decimal): -356755 or 7180026. OLE color: 7180026.

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

Color convert

RGB250142109-
CMYK00.430.560.02
HSL14.04º93.38%70.39%-
HSV(B)14.04º56.4%98.04%-
XYZ51.8640.7719.6-
YUV170.5393.28184.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.90%
GREEN value IS 142 (55.86% from 255) = 28.34%
BLUE value IS 109 (42.97% from 255) = 21.76%
R=49.90%
G=28.34%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014210900.430.560.0214.0493.3870.39
HexFA8E6D02B382e5d46
Octal37221615505370216135106
Binary11111010100011101101101010101111100010111010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8E6D; }

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

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

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

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

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

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

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

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