Html Css Color HEX #FC997A Vivid Tangerine

📋 copy color: '#FC997A'

red 252 ◦ green 153 ◦ blue 122

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

Shades of Vivid Tangerine #FC997A

Tints of Vivid Tangerine #FC997A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.15%

R = 47.82%
G = 29.03%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC997A (or 0xFC997A) is known color: Vivid Tangerine. HEX triplet: FC, 99 and 7A. RGB value is (252,153,122). Sum of RGB (Red+Green+Blue) = 252+153+122=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC997A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC997A is #036685. Grayscale: #B3B3B3. Windows color (decimal): -222854 or 8034812. OLE color: 8034812.

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

Color convert

RGB 252 153 122 -
CMYK 0 0.39 0.52 0.01
HSL 14.31º 0.96% 0.73% -
HSV(B) 14.31º 0.52% 0.99% -
XYZ 55.05 44.88 24.17 -
YUV 179.07 95.8 180.02 -
System Red Green Blue C M Y K H S L
Decimal 252 153 122 0 0.39 0.52 0.01 14.31 0.96 0.73
Hex FC 99 7A 0 27 34 1 E 60 49
Octal 374 231 172 0 47 64 1 16 140 111
Binary 11111100 10011001 1111010 0 100111 110100 1 1110 1100000 1001001

Color Harmonies of #FC997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC997A

Black with #FC997A

Text Example


Text Example

White with #FC997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC997A; }

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

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

background-color css

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

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

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

border-color css

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

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

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