#feb349

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

Shades of My Sin #FEB349

Tints of My Sin #FEB349

Color information

#FEB349 (or 0xFEB349) is unknown color: approx My Sin. HEX triplet: FE, B3 and 49. RGB value is (254,179,73). Sum of RGB (Red+Green+Blue) = 254+179+73=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 73 (28.91% from 255 or 14.43% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB349 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB349 is #014CB6. Grayscale: #BDBDBD. Windows color (decimal): -85175 or 4830206. OLE color: 4830206.

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

Color convert

RGB25417973-
CMYK00.300.710.00
HSL35.14º98.91%64.12%-
HSV(B)35.14º71.26%99.61%-
XYZ58.253.7913.62-
YUV189.3462.35174.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.20%
GREEN value IS 179 (70.31% from 255) = 35.38%
BLUE value IS 73 (28.91% from 255) = 14.43%
R=50.20%
G=35.38%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.71
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541797300.300.710.0035.1498.9164.12
HexFEB34901E470236340
Octal376263111036107043143100
Binary111111101011001110010010111101000111010001111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #feb349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #feb349; }

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

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

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

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

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

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

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

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