#FF986A

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

Shades of Atomic Tangerine #FF986A

Tints of Atomic Tangerine #FF986A

Color information

#FF986A (or 0xFF986A) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 98 and 6A. RGB value is (255,152,106). Sum of RGB (Red+Green+Blue) = 255+152+106=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF986A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF986A is #006795. Grayscale: #B1B1B1. Windows color (decimal): -26518 or 6985983. OLE color: 6985983.

HSL color Cylindrical-coordinate representation of color #FF986A: hue angle of 18.52º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF986A is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB255152106-
CMYK00.400.580
HSL18.52º100%70.78%-
HSV(B)18.52º58.43%100%-
XYZ55.0744.7619.37-
YUV177.5587.62183.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.71%
GREEN value IS 152 (59.77% from 255) = 29.63%
BLUE value IS 106 (41.80% from 255) = 20.66%
R=49.71%
G=29.63%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515210600.400.58018.5210070.78
HexFF986A0283A0136447
Octal37723015205072023144107
Binary11111111100110001101010010100011101001001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF986A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF986A; }

 p { color: rgb(255,152,106); }

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

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

 a { background-color: rgb(255,152,106); }

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

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

 span { border-color: rgb(255,152,106); }

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