Html Css Color HEX #FF9180 Vivid Tangerine

📋 copy color: '#FF9180'

red 255 ◦ green 145 ◦ blue 128

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

Shades of Vivid Tangerine #FF9180

Tints of Vivid Tangerine #FF9180

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.46%

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

R = 48.3%
G = 27.46%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF9180 (or 0xFF9180) is known color: Vivid Tangerine. HEX triplet: FF, 91 and 80. RGB value is (255,145,128). Sum of RGB (Red+Green+Blue) = 255+145+128=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9180 is #006E7F. Grayscale: #B0B0B0. Windows color (decimal): -28288 or 8425983. OLE color: 8425983.

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

Color convert

RGB 255 145 128 -
CMYK 0 0.43 0.50 0
HSL 8.03º 1% 0.75% -
HSV(B) 8.03º 0.5% 1% -
XYZ 55.26 43.07 25.82 -
YUV 175.95 100.94 184.38 -
System Red Green Blue C M Y K H S L
Decimal 255 145 128 0 0.43 0.50 0 8.03 1 0.75
Hex FF 91 80 0 2B 32 0 8 64 4B
Octal 377 221 200 0 53 62 0 10 144 113
Binary 11111111 10010001 10000000 0 101011 110010 0 1000 1100100 1001011

Color Harmonies of #FF9180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9180

Black with #FF9180

Text Example


Text Example

White with #FF9180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9180; }

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

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

background-color css

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

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

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

border-color css

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

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

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