Html Css Color HEX #FC8E80 Vivid Tangerine

📋 copy color: '#FC8E80'

red 252 ◦ green 142 ◦ blue 128

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

Shades of Vivid Tangerine #FC8E80

Tints of Vivid Tangerine #FC8E80

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.2%

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

R = 48.28%
G = 27.2%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC8E80 (or 0xFC8E80) is known color: Vivid Tangerine. HEX triplet: FC, 8E and 80. RGB value is (252,142,128). Sum of RGB (Red+Green+Blue) = 252+142+128=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8E80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8E80 is #03717F. Grayscale: #ADADAD. Windows color (decimal): -225664 or 8425212. OLE color: 8425212.

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

Color convert

RGB 252 142 128 -
CMYK 0 0.44 0.49 0.01
HSL 6.77º 0.95% 0.75% -
HSV(B) 6.77º 0.49% 0.99% -
XYZ 53.71 41.6 25.62 -
YUV 173.29 102.44 184.14 -
System Red Green Blue C M Y K H S L
Decimal 252 142 128 0 0.44 0.49 0.01 6.77 0.95 0.75
Hex FC 8E 80 0 2C 31 1 7 5F 4B
Octal 374 216 200 0 54 61 1 7 137 113
Binary 11111100 10001110 10000000 0 101100 110001 1 111 1011111 1001011

Color Harmonies of #FC8E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8E80

Black with #FC8E80

Text Example


Text Example

White with #FC8E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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