Html Css Color HEX #FC986C Atomic Tangerine

📋 copy color: '#FC986C'

red 252 ◦ green 152 ◦ blue 108

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

Shades of Atomic Tangerine #FC986C

Tints of Atomic Tangerine #FC986C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.09%

R = 49.22%
G = 29.69%
B = 21.09%

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

#FC986C (or 0xFC986C) is known color: Atomic Tangerine. HEX triplet: FC, 98 and 6C. RGB value is (252,152,108). Sum of RGB (Red+Green+Blue) = 252+152+108=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC986C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC986C is #036793. Grayscale: #B1B1B1. Windows color (decimal): -223124 or 7117052. OLE color: 7117052.

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

Color convert

RGB 252 152 108 -
CMYK 0 0.40 0.57 0.01
HSL 18.33º 0.96% 0.71% -
HSV(B) 18.33º 0.57% 0.99% -
XYZ 54.08 44.23 19.88 -
YUV 176.88 89.13 181.58 -
System Red Green Blue C M Y K H S L
Decimal 252 152 108 0 0.40 0.57 0.01 18.33 0.96 0.71
Hex FC 98 6C 0 28 39 1 12 60 47
Octal 374 230 154 0 50 71 1 22 140 107
Binary 11111100 10011000 1101100 0 101000 111001 1 10010 1100000 1000111

Color Harmonies of #FC986C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC986C

Black with #FC986C

Text Example


Text Example

White with #FC986C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC986C; }

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

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

background-color css

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

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

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

border-color css

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

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

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