Html Css Color HEX #FC986D Atomic Tangerine

📋 copy color: '#FC986D'

red 252 ◦ green 152 ◦ blue 109

#FC986D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atomic Tangerine #FC986D

Tints of Atomic Tangerine #FC986D

RGB

 RED value IS 252 (98.83% from 255) = 49.12%

 GREEN value IS 152 (59.77% from 255) = 29.63%

 BLUE value IS 109 (42.97% from 255) = 21.25%

R = 49.12%
G = 29.63%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC986D (or 0xFC986D) is known color: Atomic Tangerine. HEX triplet: FC, 98 and 6D. RGB value is (252,152,109). Sum of RGB (Red+Green+Blue) = 252+152+109=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC986D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC986D is #036792. Grayscale: #B1B1B1. Windows color (decimal): -223123 or 7182588. OLE color: 7182588.

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

Color convert

RGB 252 152 109 -
CMYK 0 0.40 0.57 0.01
HSL 18.04º 0.96% 0.71% -
HSV(B) 18.04º 0.57% 0.99% -
XYZ 54.13 44.26 20.16 -
YUV 177 89.63 181.5 -
System Red Green Blue C M Y K H S L
Decimal 252 152 109 0 0.40 0.57 0.01 18.04 0.96 0.71
Hex FC 98 6D 0 28 39 1 12 60 47
Octal 374 230 155 0 50 71 1 22 140 107
Binary 11111100 10011000 1101101 0 101000 111001 1 10010 1100000 1000111

Color Harmonies of #FC986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC986D

Black with #FC986D

Text Example


Text Example

White with #FC986D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC986D; }

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

 H1.HeaderClassName
 {
   color: #FC986D;
 }
 .AnyTagClassName
 {
   color: #FC986D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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