Html Css Color HEX #FC8F76 Vivid Tangerine

📋 copy color: '#FC8F76'

red 252 ◦ green 143 ◦ blue 118

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

Shades of Vivid Tangerine #FC8F76

Tints of Vivid Tangerine #FC8F76

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.88%

 BLUE value IS 118 (46.48% from 255) = 23%

R = 49.12%
G = 27.88%
B = 23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC8F76 (or 0xFC8F76) is known color: Vivid Tangerine. HEX triplet: FC, 8F and 76. RGB value is (252,143,118). Sum of RGB (Red+Green+Blue) = 252+143+118=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 118 (46.48% from 255 or 23.00% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8F76 is #037089. Grayscale: #ACACAC. Windows color (decimal): -225418 or 7770108. OLE color: 7770108.

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

Color convert

RGB 252 143 118 -
CMYK 0 0.43 0.53 0.01
HSL 11.19º 0.96% 0.73% -
HSV(B) 11.19º 0.53% 0.99% -
XYZ 53.24 41.65 22.37 -
YUV 172.74 97.11 184.53 -
System Red Green Blue C M Y K H S L
Decimal 252 143 118 0 0.43 0.53 0.01 11.19 0.96 0.73
Hex FC 8F 76 0 2B 35 1 B 60 49
Octal 374 217 166 0 53 65 1 13 140 111
Binary 11111100 10001111 1110110 0 101011 110101 1 1011 1100000 1001001

Color Harmonies of #FC8F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8F76

Black with #FC8F76

Text Example


Text Example

White with #FC8F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8F76; }

 p { color: rgb(252,143,118); }

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

background-color css

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

 a { background-color: rgb(252,143,118); }

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

border-color css

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

 span { border-color: rgb(252,143,118); }

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