#FEAA4B

Color #FEAA4B My Sin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of My Sin #FEAA4B

Tints of My Sin #FEAA4B

Color information

#FEAA4B (or 0xFEAA4B) is unknown color: approx My Sin. HEX triplet: FE, AA and 4B. RGB value is (254,170,75). Sum of RGB (Red+Green+Blue) = 254+170+75=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 75 (29.69% from 255 or 15.03% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAA4B is #0155B4. Grayscale: #B8B8B8. Windows color (decimal): -87477 or 4958974. OLE color: 4958974.

HSL color Cylindrical-coordinate representation of color #FEAA4B: hue angle of 31.84º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEAA4B is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB25417075-
CMYK00.330.700.00
HSL31.84º98.9%64.51%-
HSV(B)31.84º70.47%99.61%-
XYZ56.5250.3313.39-
YUV184.2966.33177.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.90%
GREEN value IS 170 (66.80% from 255) = 34.07%
BLUE value IS 75 (29.69% from 255) = 15.03%
R=50.90%
G=34.07%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541707500.330.700.0031.8498.964.51
HexFEAA4B021460206341
Octal376252113041106040143101
Binary1111111010101010100101101000011000110010000011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAA4B; }

 p { color: rgb(254,170,75); }

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

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

 a { background-color: rgb(254,170,75); }

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

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

 span { border-color: rgb(254,170,75); }

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