#FC986B

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

Shades of Atomic Tangerine #FC986B

Tints of Atomic Tangerine #FC986B

Color information

#FC986B (or 0xFC986B) is unknown color: approx Atomic Tangerine. HEX triplet: FC, 98 and 6B. RGB value is (252,152,107). Sum of RGB (Red+Green+Blue) = 252+152+107=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC986B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC986B is #036794. Grayscale: #B1B1B1. Windows color (decimal): -223125 or 7051516. OLE color: 7051516.

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

Color convert

RGB252152107-
CMYK00.400.580.01
HSL18.62º96.03%70.39%-
HSV(B)18.62º57.54%98.82%-
XYZ54.0344.2119.6-
YUV176.7788.63181.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.32%
GREEN value IS 152 (59.77% from 255) = 29.75%
BLUE value IS 107 (42.19% from 255) = 20.94%
R=49.32%
G=29.75%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215210700.400.580.0118.6296.0370.39
HexFC986B0283A1136046
Octal37423015305072123140106
Binary11111100100110001101011010100011101011001111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC986B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC986B; }

 p { color: rgb(252,152,107); }

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

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

 a { background-color: rgb(252,152,107); }

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

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

 span { border-color: rgb(252,152,107); }

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