Html Css Color HEX #FC987C Vivid Tangerine

📋 copy color: '#FC987C'

red 252 ◦ green 152 ◦ blue 124

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

Shades of Vivid Tangerine #FC987C

Tints of Vivid Tangerine #FC987C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.48%

R = 47.73%
G = 28.79%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC987C (or 0xFC987C) is known color: Vivid Tangerine. HEX triplet: FC, 98 and 7C. RGB value is (252,152,124). Sum of RGB (Red+Green+Blue) = 252+152+124=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 124 (48.83% from 255 or 23.48% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FC987C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC987C is #036783. Grayscale: #B2B2B2. Windows color (decimal): -223108 or 8165628. OLE color: 8165628.

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

Color convert

RGB 252 152 124 -
CMYK 0 0.40 0.51 0.01
HSL 13.13º 0.96% 0.74% -
HSV(B) 13.13º 0.51% 0.99% -
XYZ 55.01 44.61 24.78 -
YUV 178.71 97.13 180.28 -
System Red Green Blue C M Y K H S L
Decimal 252 152 124 0 0.40 0.51 0.01 13.13 0.96 0.74
Hex FC 98 7C 0 28 33 1 D 60 4A
Octal 374 230 174 0 50 63 1 15 140 112
Binary 11111100 10011000 1111100 0 101000 110011 1 1101 1100000 1001010

Color Harmonies of #FC987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC987C

Black with #FC987C

Text Example


Text Example

White with #FC987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC987C; }

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

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

background-color css

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

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

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

border-color css

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

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

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