Html Css Color HEX #FC9080 Vivid Tangerine

📋 copy color: '#FC9080'

red 252 ◦ green 144 ◦ blue 128

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

Shades of Vivid Tangerine #FC9080

Tints of Vivid Tangerine #FC9080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.48%

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

R = 48.09%
G = 27.48%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC9080 (or 0xFC9080) is known color: Vivid Tangerine. HEX triplet: FC, 90 and 80. RGB value is (252,144,128). Sum of RGB (Red+Green+Blue) = 252+144+128=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9080 is #036F7F. Grayscale: #AEAEAE. Windows color (decimal): -225152 or 8425724. OLE color: 8425724.

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

Color convert

RGB 252 144 128 -
CMYK 0 0.43 0.49 0.01
HSL 7.74º 0.95% 0.75% -
HSV(B) 7.74º 0.49% 0.99% -
XYZ 54.01 42.2 25.72 -
YUV 174.47 101.78 183.3 -
System Red Green Blue C M Y K H S L
Decimal 252 144 128 0 0.43 0.49 0.01 7.74 0.95 0.75
Hex FC 90 80 0 2B 31 1 8 5F 4B
Octal 374 220 200 0 53 61 1 10 137 113
Binary 11111100 10010000 10000000 0 101011 110001 1 1000 1011111 1001011

Color Harmonies of #FC9080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9080

Black with #FC9080

Text Example


Text Example

White with #FC9080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9080; }

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

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

background-color css

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

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

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

border-color css

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

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

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