#FA985B

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

Shades of Atomic Tangerine #FA985B

Tints of Atomic Tangerine #FA985B

Color information

#FA985B (or 0xFA985B) is unknown color: approx Atomic Tangerine. HEX triplet: FA, 98 and 5B. RGB value is (250,152,91). Sum of RGB (Red+Green+Blue) = 250+152+91=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA985B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA985B is #0567A4. Grayscale: #AEAEAE. Windows color (decimal): -354213 or 6002938. OLE color: 6002938.

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

Color convert

RGB25015291-
CMYK00.390.640.02
HSL23.02º94.08%66.86%-
HSV(B)23.02º63.6%98.04%-
XYZ52.5443.5415.53-
YUV174.3580.97181.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.71%
GREEN value IS 152 (59.77% from 255) = 30.83%
BLUE value IS 91 (35.94% from 255) = 18.46%
R=50.71%
G=30.83%
B=18.46%

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
Decimal2501529100.390.640.0223.0294.0866.86
HexFA985B027402175e43
Octal372230133047100227136103
Binary1111101010011000101101101001111000000101011110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA985B; }

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

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

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

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

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

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

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

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