#FEAF45

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

Shades of My Sin #FEAF45

Tints of My Sin #FEAF45

Color information

#FEAF45 (or 0xFEAF45) is unknown color: approx My Sin. HEX triplet: FE, AF and 45. RGB value is (254,175,69). Sum of RGB (Red+Green+Blue) = 254+175+69=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 69 (27.34% from 255 or 13.86% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAF45 is #0150BA. Grayscale: #BBBBBB. Windows color (decimal): -86203 or 4567038. OLE color: 4567038.

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

Color convert

RGB25417569-
CMYK00.310.730.00
HSL34.38º98.93%63.33%-
HSV(B)34.38º72.83%99.61%-
XYZ57.2852.1612.68-
YUV186.5461.67176.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.00%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 69 (27.34% from 255) = 13.86%
R=51.00%
G=35.14%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541756900.310.730.0034.3898.9363.33
HexFEAF4501F49022633f
Octal37625710503711104214377
Binary11111110101011111000101011111100100101000101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAF45; }

 p { color: rgb(254,175,69); }

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

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

 a { background-color: rgb(254,175,69); }

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

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

 span { border-color: rgb(254,175,69); }

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