#FE9281

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

Shades of Vivid Tangerine #FE9281

Tints of Vivid Tangerine #FE9281

Color information

#FE9281 (or 0xFE9281) is unknown color: approx Vivid Tangerine. HEX triplet: FE, 92 and 81. RGB value is (254,146,129). Sum of RGB (Red+Green+Blue) = 254+146+129=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 129 (50.78% from 255 or 24.39% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9281 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9281 is #016D7E. Grayscale: #B0B0B0. Windows color (decimal): -93567 or 8491774. OLE color: 8491774.

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

Color convert

RGB254146129-
CMYK00.430.490.00
HSL8.16º98.43%75.1%-
HSV(B)8.16º49.21%99.61%-
XYZ55.1143.2126.21-
YUV176.35101.28183.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.02%
GREEN value IS 146 (57.42% from 255) = 27.60%
BLUE value IS 129 (50.78% from 255) = 24.39%
R=48.02%
G=27.60%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414612900.430.490.008.1698.4375.1
HexFE928102B3108624b
Octal37622220105361010142113
Binary11111110100100101000000101010111100010100011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9281; }

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

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

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

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

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

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

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

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