#feb347

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

Shades of My Sin #FEB347

Tints of My Sin #FEB347

Color information

#FEB347 (or 0xFEB347) is unknown color: approx My Sin. HEX triplet: FE, B3 and 47. RGB value is (254,179,71). Sum of RGB (Red+Green+Blue) = 254+179+71=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 71 (28.12% from 255 or 14.09% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB347 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB347 is #014CB8. Grayscale: #BDBDBD. Windows color (decimal): -85177 or 4699134. OLE color: 4699134.

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

Color convert

RGB25417971-
CMYK00.300.720.00
HSL35.41º98.92%63.73%-
HSV(B)35.41º72.05%99.61%-
XYZ58.1353.7713.28-
YUV189.1161.35174.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.40%
GREEN value IS 179 (70.31% from 255) = 35.52%
BLUE value IS 71 (28.12% from 255) = 14.09%
R=50.40%
G=35.52%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541797100.300.720.0035.4198.9263.73
HexFEB34701E480236340
Octal376263107036110043143100
Binary111111101011001110001110111101001000010001111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #feb347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #feb347; }

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

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

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

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

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

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

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

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