#FEB645

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

Shades of My Sin #FEB645

Tints of My Sin #FEB645

Color information

#FEB645 (or 0xFEB645) is unknown color: approx My Sin. HEX triplet: FE, B6 and 45. RGB value is (254,182,69). Sum of RGB (Red+Green+Blue) = 254+182+69=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 69 (27.34% from 255 or 13.66% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB645 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB645 is #0149BA. Grayscale: #BFBFBF. Windows color (decimal): -84411 or 4568830. OLE color: 4568830.

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

Color convert

RGB25418269-
CMYK00.280.730.00
HSL36.65º98.93%63.33%-
HSV(B)36.65º72.83%99.61%-
XYZ58.6854.9613.15-
YUV190.6559.35173.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.30%
GREEN value IS 182 (71.48% from 255) = 36.04%
BLUE value IS 69 (27.34% from 255) = 13.66%
R=50.30%
G=36.04%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541826900.280.730.0036.6598.9363.33
HexFEB64501C49025633f
Octal37626610503411104514377
Binary11111110101101101000101011100100100101001011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB645; }

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

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

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

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

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

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

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

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