Html Css Color HEX #FF9980 Vivid Tangerine

📋 copy color: '#FF9980'

red 255 ◦ green 153 ◦ blue 128

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

Shades of Vivid Tangerine #FF9980

Tints of Vivid Tangerine #FF9980

RGB

 RED value IS 255 (100% from 255) = 47.57%

 GREEN value IS 153 (60.16% from 255) = 28.54%

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

R = 47.57%
G = 28.54%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF9980 (or 0xFF9980) is known color: Vivid Tangerine. HEX triplet: FF, 99 and 80. RGB value is (255,153,128). Sum of RGB (Red+Green+Blue) = 255+153+128=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9980 is #00667F. Grayscale: #B4B4B4. Windows color (decimal): -26240 or 8428031. OLE color: 8428031.

HSL color Cylindrical-coordinate representation of color #FF9980: hue angle of 11.81º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF9980 is Cyan = 0, Magento = 0.4, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 255 153 128 -
CMYK 0 0.4 0.50 0
HSL 11.81º 1% 0.75% -
HSV(B) 11.81º 0.5% 1% -
XYZ 56.53 45.6 26.24 -
YUV 180.65 98.29 181.03 -
System Red Green Blue C M Y K H S L
Decimal 255 153 128 0 0.4 0.50 0 11.81 1 0.75
Hex FF 99 80 0 28 32 0 C 64 4B
Octal 377 231 200 0 50 62 0 14 144 113
Binary 11111111 10011001 10000000 0 101000 110010 0 1100 1100100 1001011

Color Harmonies of #FF9980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9980

Black with #FF9980

Text Example


Text Example

White with #FF9980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9980; }

 p { color: rgb(255,153,128); }

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

background-color css

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

 a { background-color: rgb(255,153,128); }

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

border-color css

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

 span { border-color: rgb(255,153,128); }

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