Html Css Color HEX #FF9580 Vivid Tangerine

📋 copy color: '#FF9580'

red 255 ◦ green 149 ◦ blue 128

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

Shades of Vivid Tangerine #FF9580

Tints of Vivid Tangerine #FF9580

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.01%

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

R = 47.93%
G = 28.01%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF9580 (or 0xFF9580) is known color: Vivid Tangerine. HEX triplet: FF, 95 and 80. RGB value is (255,149,128). Sum of RGB (Red+Green+Blue) = 255+149+128=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9580 is #006A7F. Grayscale: #B2B2B2. Windows color (decimal): -27264 or 8427007. OLE color: 8427007.

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

Color convert

RGB 255 149 128 -
CMYK 0 0.42 0.50 0
HSL 9.92º 1% 0.75% -
HSV(B) 9.92º 0.5% 1% -
XYZ 55.88 44.31 26.03 -
YUV 178.3 99.62 182.71 -
System Red Green Blue C M Y K H S L
Decimal 255 149 128 0 0.42 0.50 0 9.92 1 0.75
Hex FF 95 80 0 2A 32 0 A 64 4B
Octal 377 225 200 0 52 62 0 12 144 113
Binary 11111111 10010101 10000000 0 101010 110010 0 1010 1100100 1001011

Color Harmonies of #FF9580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9580

Black with #FF9580

Text Example


Text Example

White with #FF9580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9580; }

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

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

background-color css

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

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

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

border-color css

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

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

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