Html Css Color HEX #FC986A Atomic Tangerine

📋 copy color: '#FC986A'

red 252 ◦ green 152 ◦ blue 106

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

Shades of Atomic Tangerine #FC986A

Tints of Atomic Tangerine #FC986A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.78%

R = 49.41%
G = 29.8%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC986A (or 0xFC986A) is known color: Atomic Tangerine. HEX triplet: FC, 98 and 6A. RGB value is (252,152,106). Sum of RGB (Red+Green+Blue) = 252+152+106=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 106 (41.80% from 255 or 20.78% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC986A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC986A is #036795. Grayscale: #B0B0B0. Windows color (decimal): -223126 or 6985980. OLE color: 6985980.

HSL color Cylindrical-coordinate representation of color #FC986A: hue angle of 18.9º 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 #FC986A is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 152 106 -
CMYK 0 0.40 0.58 0.01
HSL 18.9º 0.96% 0.7% -
HSV(B) 18.9º 0.58% 0.99% -
XYZ 53.97 44.19 19.32 -
YUV 176.66 88.13 181.74 -
System Red Green Blue C M Y K H S L
Decimal 252 152 106 0 0.40 0.58 0.01 18.9 0.96 0.7
Hex FC 98 6A 0 28 3A 1 13 60 46
Octal 374 230 152 0 50 72 1 23 140 106
Binary 11111100 10011000 1101010 0 101000 111010 1 10011 1100000 1000110

Color Harmonies of #FC986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC986A

Black with #FC986A

Text Example


Text Example

White with #FC986A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC986A; }

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

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

background-color css

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

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

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

border-color css

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

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

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