#FE9074

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

Shades of Vivid Tangerine #FE9074

Tints of Vivid Tangerine #FE9074

Color information

#FE9074 (or 0xFE9074) is unknown color: approx Vivid Tangerine. HEX triplet: FE, 90 and 74. RGB value is (254,144,116). Sum of RGB (Red+Green+Blue) = 254+144+116=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9074 is #016F8B. Grayscale: #ADADAD. Windows color (decimal): -94092 or 7639294. OLE color: 7639294.

HSL color Cylindrical-coordinate representation of color #FE9074: hue angle of 12.17º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE9074 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB254144116-
CMYK00.430.540.00
HSL12.17º98.57%72.55%-
HSV(B)12.17º54.33%99.61%-
XYZ5442.2821.84-
YUV173.795.44185.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.42%
GREEN value IS 144 (56.64% from 255) = 28.02%
BLUE value IS 116 (45.70% from 255) = 22.57%
R=49.42%
G=28.02%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414411600.430.540.0012.1798.5772.55
HexFE907402B360c6349
Octal37622016405366014143111
Binary1111111010010000111010001010111101100110011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9074; }

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

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

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

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

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

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

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

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