Html Css Color HEX #FC9A80 Vivid Tangerine

📋 copy color: '#FC9A80'

red 252 ◦ green 154 ◦ blue 128

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

Shades of Vivid Tangerine #FC9A80

Tints of Vivid Tangerine #FC9A80

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.84%

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

R = 47.19%
G = 28.84%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC9A80 (or 0xFC9A80) is known color: Vivid Tangerine. HEX triplet: FC, 9A and 80. RGB value is (252,154,128). Sum of RGB (Red+Green+Blue) = 252+154+128=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9A80 is #03657F. Grayscale: #B4B4B4. Windows color (decimal): -222592 or 8428284. OLE color: 8428284.

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

Color convert

RGB 252 154 128 -
CMYK 0 0.39 0.49 0.01
HSL 12.58º 0.95% 0.75% -
HSV(B) 12.58º 0.49% 0.99% -
XYZ 55.6 45.37 26.25 -
YUV 180.34 98.47 179.11 -
System Red Green Blue C M Y K H S L
Decimal 252 154 128 0 0.39 0.49 0.01 12.58 0.95 0.75
Hex FC 9A 80 0 27 31 1 D 5F 4B
Octal 374 232 200 0 47 61 1 15 137 113
Binary 11111100 10011010 10000000 0 100111 110001 1 1101 1011111 1001011

Color Harmonies of #FC9A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9A80

Black with #FC9A80

Text Example


Text Example

White with #FC9A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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