Html Css Color HEX #FC997C Vivid Tangerine

📋 copy color: '#FC997C'

red 252 ◦ green 153 ◦ blue 124

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

Shades of Vivid Tangerine #FC997C

Tints of Vivid Tangerine #FC997C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.92%

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

R = 47.64%
G = 28.92%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC997C (or 0xFC997C) is known color: Vivid Tangerine. HEX triplet: FC, 99 and 7C. RGB value is (252,153,124). Sum of RGB (Red+Green+Blue) = 252+153+124=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 124 (48.83% from 255 or 23.44% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC997C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC997C is #036683. Grayscale: #B3B3B3. Windows color (decimal): -222852 or 8165884. OLE color: 8165884.

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

Color convert

RGB 252 153 124 -
CMYK 0 0.39 0.51 0.01
HSL 13.59º 0.96% 0.74% -
HSV(B) 13.59º 0.51% 0.99% -
XYZ 55.17 44.93 24.83 -
YUV 179.3 96.8 179.86 -
System Red Green Blue C M Y K H S L
Decimal 252 153 124 0 0.39 0.51 0.01 13.59 0.96 0.74
Hex FC 99 7C 0 27 33 1 E 60 4A
Octal 374 231 174 0 47 63 1 16 140 112
Binary 11111100 10011001 1111100 0 100111 110011 1 1110 1100000 1001010

Color Harmonies of #FC997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC997C

Black with #FC997C

Text Example


Text Example

White with #FC997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC997C; }

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

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

background-color css

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

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

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

border-color css

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

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

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