Html Css Color HEX #FC9C80 Vivid Tangerine

📋 copy color: '#FC9C80'

red 252 ◦ green 156 ◦ blue 128

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

Shades of Vivid Tangerine #FC9C80

Tints of Vivid Tangerine #FC9C80

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.1%

 BLUE value IS 128 (50.39% from 255) = 23.88%

R = 47.01%
G = 29.1%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC9C80 (or 0xFC9C80) is known color: Vivid Tangerine. HEX triplet: FC, 9C and 80. RGB value is (252,156,128). Sum of RGB (Red+Green+Blue) = 252+156+128=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9C80 is #03637F. Grayscale: #B5B5B5. Windows color (decimal): -222080 or 8428796. OLE color: 8428796.

HSL color Cylindrical-coordinate representation of color #FC9C80: hue angle of 13.55º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FC9C80 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 156 128 -
CMYK 0 0.38 0.49 0.01
HSL 13.55º 0.95% 0.75% -
HSV(B) 13.55º 0.49% 0.99% -
XYZ 55.93 46.03 26.36 -
YUV 181.51 97.8 178.28 -
System Red Green Blue C M Y K H S L
Decimal 252 156 128 0 0.38 0.49 0.01 13.55 0.95 0.75
Hex FC 9C 80 0 26 31 1 E 5F 4B
Octal 374 234 200 0 46 61 1 16 137 113
Binary 11111100 10011100 10000000 0 100110 110001 1 1110 1011111 1001011

Color Harmonies of #FC9C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9C80

Black with #FC9C80

Text Example


Text Example

White with #FC9C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9C80; }

 p { color: rgb(252,156,128); }

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

background-color css

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

 a { background-color: rgb(252,156,128); }

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

border-color css

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

 span { border-color: rgb(252,156,128); }

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