Html Css Color HEX #FE9580 Vivid Tangerine

📋 copy color: '#FE9580'

red 254 ◦ green 149 ◦ blue 128

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

Shades of Vivid Tangerine #FE9580

Tints of Vivid Tangerine #FE9580

RGB

 RED value IS 254 (99.61% from 255) = 47.83%

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

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

R = 47.83%
G = 28.06%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE9580 (or 0xFE9580) is known color: Vivid Tangerine. HEX triplet: FE, 95 and 80. RGB value is (254,149,128). Sum of RGB (Red+Green+Blue) = 254+149+128=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9580 is #016A7F. Grayscale: #B2B2B2. Windows color (decimal): -92800 or 8427006. OLE color: 8427006.

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

Color convert

RGB 254 149 128 -
CMYK 0 0.41 0.50 0.00
HSL 10º 0.98% 0.75% -
HSV(B) 10º 0.5% 1% -
XYZ 55.52 44.12 26.01 -
YUV 178 99.79 182.21 -
System Red Green Blue C M Y K H S L
Decimal 254 149 128 0 0.41 0.50 0.00 10 0.98 0.75
Hex FE 95 80 0 29 32 0 A 62 4B
Octal 376 225 200 0 51 62 0 12 142 113
Binary 11111110 10010101 10000000 0 101001 110010 0 1010 1100010 1001011

Color Harmonies of #FE9580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9580

Black with #FE9580

Text Example


Text Example

White with #FE9580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9580; }

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

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

background-color css

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

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

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

border-color css

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

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

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