#FEB547

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

Shades of My Sin #FEB547

Tints of My Sin #FEB547

Color information

#FEB547 (or 0xFEB547) is unknown color: approx My Sin. HEX triplet: FE, B5 and 47. RGB value is (254,181,71). Sum of RGB (Red+Green+Blue) = 254+181+71=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 71 (28.12% from 255 or 14.03% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB547 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB547 is #014AB8. Grayscale: #BEBEBE. Windows color (decimal): -84665 or 4699646. OLE color: 4699646.

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

Color convert

RGB25418171-
CMYK00.290.720.00
HSL36.07º98.92%63.73%-
HSV(B)36.07º72.05%99.61%-
XYZ58.5354.5713.41-
YUV190.2960.68173.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.20%
GREEN value IS 181 (71.09% from 255) = 35.77%
BLUE value IS 71 (28.12% from 255) = 14.03%
R=50.20%
G=35.77%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541817100.290.720.0036.0798.9263.73
HexFEB54701D480246340
Octal376265107035110044143100
Binary111111101011010110001110111011001000010010011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB547; }

 p { color: rgb(254,181,71); }

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

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

 a { background-color: rgb(254,181,71); }

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

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

 span { border-color: rgb(254,181,71); }

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