#FE9480

Color #FE9480 Vivid Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Tangerine #FE9480

Tints of Vivid Tangerine #FE9480

Color information

#FE9480 (or 0xFE9480) is unknown color: approx Vivid Tangerine. HEX triplet: FE, 94 and 80. RGB value is (254,148,128). Sum of RGB (Red+Green+Blue) = 254+148+128=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9480 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9480 is #016B7F. Grayscale: #B1B1B1. Windows color (decimal): -93056 or 8426750. OLE color: 8426750.

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

Color convert

RGB254148128-
CMYK00.420.500.00
HSL9.52º98.44%74.9%-
HSV(B)9.52º49.61%99.61%-
XYZ55.3643.8125.96-
YUV177.41100.12182.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.92%
GREEN value IS 148 (58.20% from 255) = 27.92%
BLUE value IS 128 (50.39% from 255) = 24.15%
R=47.92%
G=27.92%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414812800.420.500.009.5298.4474.9
HexFE948002A320a624b
Octal37622420005262012142113
Binary11111110100101001000000001010101100100101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9480; }

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

 H1.HeaderClassName
 {
   color: #FE9480;
 }
 .AnyTagClassName
 {
   color: #FE9480;
 }
</style>
background-color css

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

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

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

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

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

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