#FEAB4C

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

Shades of My Sin #FEAB4C

Tints of My Sin #FEAB4C

Color information

#FEAB4C (or 0xFEAB4C) is unknown color: approx My Sin. HEX triplet: FE, AB and 4C. RGB value is (254,171,76). Sum of RGB (Red+Green+Blue) = 254+171+76=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 76 (30.08% from 255 or 15.17% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAB4C is #0154B3. Grayscale: #B9B9B9. Windows color (decimal): -87220 or 5024766. OLE color: 5024766.

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

Color convert

RGB25417176-
CMYK00.330.700.00
HSL32.02º98.89%64.71%-
HSV(B)32.02º70.08%99.61%-
XYZ56.7450.7213.64-
YUV184.9966.5177.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.70%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 76 (30.08% from 255) = 15.17%
R=50.70%
G=34.13%
B=15.17%

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
Decimal2541717600.330.700.0032.0298.8964.71
HexFEAB4C021460206341
Octal376253114041106040143101
Binary1111111010101011100110001000011000110010000011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAB4C; }

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

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

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

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

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

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

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

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