#FA995B

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

Shades of Atomic Tangerine #FA995B

Tints of Atomic Tangerine #FA995B

Color information

#FA995B (or 0xFA995B) is unknown color: approx Atomic Tangerine. HEX triplet: FA, 99 and 5B. RGB value is (250,153,91). Sum of RGB (Red+Green+Blue) = 250+153+91=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 91 (35.94% from 255 or 18.42% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FA995B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA995B is #0566A4. Grayscale: #AFAFAF. Windows color (decimal): -353957 or 6003194. OLE color: 6003194.

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

Color convert

RGB25015391-
CMYK00.390.640.02
HSL23.4º94.08%66.86%-
HSV(B)23.4º63.6%98.04%-
XYZ52.743.8615.59-
YUV174.9380.64181.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.61%
GREEN value IS 153 (60.16% from 255) = 30.97%
BLUE value IS 91 (35.94% from 255) = 18.42%
R=50.61%
G=30.97%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501539100.390.640.0223.494.0866.86
HexFA995B027402175e43
Octal372231133047100227136103
Binary1111101010011001101101101001111000000101011110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA995B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA995B; }

 p { color: rgb(250,153,91); }

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

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

 a { background-color: rgb(250,153,91); }

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

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

 span { border-color: rgb(250,153,91); }

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