#FEB045

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

Shades of My Sin #FEB045

Tints of My Sin #FEB045

Color information

#FEB045 (or 0xFEB045) is unknown color: approx My Sin. HEX triplet: FE, B0 and 45. RGB value is (254,176,69). Sum of RGB (Red+Green+Blue) = 254+176+69=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB045 is #014FBA. Grayscale: #BBBBBB. Windows color (decimal): -85947 or 4567294. OLE color: 4567294.

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

Color convert

RGB25417669-
CMYK00.310.730.00
HSL34.7º98.93%63.33%-
HSV(B)34.7º72.83%99.61%-
XYZ57.4752.5512.74-
YUV187.1261.34175.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.90%
GREEN value IS 176 (69.14% from 255) = 35.27%
BLUE value IS 69 (27.34% from 255) = 13.83%
R=50.90%
G=35.27%
B=13.83%

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
Decimal2541766900.310.730.0034.798.9363.33
HexFEB04501F49023633f
Octal37626010503711104314377
Binary11111110101100001000101011111100100101000111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB045; }

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

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

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

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

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

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

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

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