#feaf4c

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

Shades of My Sin #FEAF4C

Tints of My Sin #FEAF4C

Color information

#FEAF4C (or 0xFEAF4C) is unknown color: approx My Sin. HEX triplet: FE, AF and 4C. RGB value is (254,175,76). Sum of RGB (Red+Green+Blue) = 254+175+76=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 76 (30.08% from 255 or 15.05% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAF4C is #0150B3. Grayscale: #BBBBBB. Windows color (decimal): -86196 or 5025790. OLE color: 5025790.

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

Color convert

RGB25417576-
CMYK00.310.700.00
HSL33.37º98.89%64.71%-
HSV(B)33.37º70.08%99.61%-
XYZ57.5152.2513.89-
YUV187.3365.17175.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.30%
GREEN value IS 175 (68.75% from 255) = 34.65%
BLUE value IS 76 (30.08% from 255) = 15.05%
R=50.30%
G=34.65%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541757600.310.700.0033.3798.8964.71
HexFEAF4C01F460216341
Octal376257114037106041143101
Binary111111101010111110011000111111000110010000111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #feaf4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #feaf4c; }

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

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

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

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

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

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

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

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