Html Css Color HEX #FE9380 Vivid Tangerine

📋 copy color: '#FE9380'

red 254 ◦ green 147 ◦ blue 128

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

Shades of Vivid Tangerine #FE9380

Tints of Vivid Tangerine #FE9380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.79%

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

R = 48.02%
G = 27.79%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE9380 (or 0xFE9380) is known color: Vivid Tangerine. HEX triplet: FE, 93 and 80. RGB value is (254,147,128). Sum of RGB (Red+Green+Blue) = 254+147+128=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9380 is #016C7F. Grayscale: #B1B1B1. Windows color (decimal): -93312 or 8426494. OLE color: 8426494.

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

Color convert

RGB 254 147 128 -
CMYK 0 0.42 0.50 0.00
HSL 9.05º 0.98% 0.75% -
HSV(B) 9.05º 0.5% 1% -
XYZ 55.2 43.5 25.91 -
YUV 176.83 100.45 183.04 -
System Red Green Blue C M Y K H S L
Decimal 254 147 128 0 0.42 0.50 0.00 9.05 0.98 0.75
Hex FE 93 80 0 2A 32 0 9 62 4B
Octal 376 223 200 0 52 62 0 11 142 113
Binary 11111110 10010011 10000000 0 101010 110010 0 1001 1100010 1001011

Color Harmonies of #FE9380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9380

Black with #FE9380

Text Example


Text Example

White with #FE9380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9380; }

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

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

background-color css

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

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

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

border-color css

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

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

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