Html Css Color HEX #FC9380 Vivid Tangerine

📋 copy color: '#FC9380'

red 252 ◦ green 147 ◦ blue 128

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

Shades of Vivid Tangerine #FC9380

Tints of Vivid Tangerine #FC9380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.89%

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

R = 47.82%
G = 27.89%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC9380 (or 0xFC9380) is known color: Vivid Tangerine. HEX triplet: FC, 93 and 80. RGB value is (252,147,128). Sum of RGB (Red+Green+Blue) = 252+147+128=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9380 is #036C7F. Grayscale: #B0B0B0. Windows color (decimal): -224384 or 8426492. OLE color: 8426492.

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

Color convert

RGB 252 147 128 -
CMYK 0 0.42 0.49 0.01
HSL 9.19º 0.95% 0.75% -
HSV(B) 9.19º 0.49% 0.99% -
XYZ 54.47 43.12 25.87 -
YUV 176.23 100.79 182.04 -
System Red Green Blue C M Y K H S L
Decimal 252 147 128 0 0.42 0.49 0.01 9.19 0.95 0.75
Hex FC 93 80 0 2A 31 1 9 5F 4B
Octal 374 223 200 0 52 61 1 11 137 113
Binary 11111100 10010011 10000000 0 101010 110001 1 1001 1011111 1001011

Color Harmonies of #FC9380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9380

Black with #FC9380

Text Example


Text Example

White with #FC9380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9380; }

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

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

background-color css

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

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

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

border-color css

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

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

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