#fe9275

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

Shades of Vivid Tangerine #FE9275

Tints of Vivid Tangerine #FE9275

Color information

#FE9275 (or 0xFE9275) is unknown color: approx Vivid Tangerine. HEX triplet: FE, 92 and 75. RGB value is (254,146,117). Sum of RGB (Red+Green+Blue) = 254+146+117=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9275 is #016D8A. Grayscale: #AFAFAF. Windows color (decimal): -93579 or 7705342. OLE color: 7705342.

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

Color convert

RGB254146117-
CMYK00.430.540.00
HSL12.7º98.56%72.75%-
HSV(B)12.7º53.94%99.61%-
XYZ54.3642.9122.25-
YUV174.9995.28184.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.13%
GREEN value IS 146 (57.42% from 255) = 28.24%
BLUE value IS 117 (46.09% from 255) = 22.63%
R=49.13%
G=28.24%
B=22.63%

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
Decimal25414611700.430.540.0012.798.5672.75
HexFE927502B360d6349
Octal37622216505366015143111
Binary1111111010010010111010101010111101100110111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe9275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe9275; }

 p { color: rgb(254,146,117); }

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

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

 a { background-color: rgb(254,146,117); }

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

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

 span { border-color: rgb(254,146,117); }

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