Html Css Color HEX #FC977C Vivid Tangerine

📋 copy color: '#FC977C'

red 252 ◦ green 151 ◦ blue 124

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

Shades of Vivid Tangerine #FC977C

Tints of Vivid Tangerine #FC977C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.65%

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

R = 47.82%
G = 28.65%
B = 23.53%

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

#FC977C (or 0xFC977C) is known color: Vivid Tangerine. HEX triplet: FC, 97 and 7C. RGB value is (252,151,124). Sum of RGB (Red+Green+Blue) = 252+151+124=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC977C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC977C is #036883. Grayscale: #B2B2B2. Windows color (decimal): -223364 or 8165372. OLE color: 8165372.

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

Color convert

RGB 252 151 124 -
CMYK 0 0.40 0.51 0.01
HSL 12.66º 0.96% 0.74% -
HSV(B) 12.66º 0.51% 0.99% -
XYZ 54.85 44.28 24.73 -
YUV 178.12 97.46 180.7 -
System Red Green Blue C M Y K H S L
Decimal 252 151 124 0 0.40 0.51 0.01 12.66 0.96 0.74
Hex FC 97 7C 0 28 33 1 D 60 4A
Octal 374 227 174 0 50 63 1 15 140 112
Binary 11111100 10010111 1111100 0 101000 110011 1 1101 1100000 1001010

Color Harmonies of #FC977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC977C

Black with #FC977C

Text Example


Text Example

White with #FC977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC977C; }

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

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

background-color css

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

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

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

border-color css

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

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

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