Html Css Color HEX #FE9080 Vivid Tangerine

📋 copy color: '#FE9080'

red 254 ◦ green 144 ◦ blue 128

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

Shades of Vivid Tangerine #FE9080

Tints of Vivid Tangerine #FE9080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.38%

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

R = 48.29%
G = 27.38%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE9080 (or 0xFE9080) is known color: Vivid Tangerine. HEX triplet: FE, 90 and 80. RGB value is (254,144,128). Sum of RGB (Red+Green+Blue) = 254+144+128=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9080 is #016F7F. Grayscale: #AFAFAF. Windows color (decimal): -94080 or 8425726. OLE color: 8425726.

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

Color convert

RGB 254 144 128 -
CMYK 0 0.43 0.50 0.00
HSL 7.62º 0.98% 0.75% -
HSV(B) 7.62º 0.5% 1% -
XYZ 54.74 42.58 25.75 -
YUV 175.07 101.44 184.3 -
System Red Green Blue C M Y K H S L
Decimal 254 144 128 0 0.43 0.50 0.00 7.62 0.98 0.75
Hex FE 90 80 0 2B 32 0 8 62 4B
Octal 376 220 200 0 53 62 0 10 142 113
Binary 11111110 10010000 10000000 0 101011 110010 0 1000 1100010 1001011

Color Harmonies of #FE9080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9080

Black with #FE9080

Text Example


Text Example

White with #FE9080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9080; }

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

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

background-color css

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

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

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

border-color css

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

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

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