#feb647

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

Shades of My Sin #FEB647

Tints of My Sin #FEB647

Color information

#FEB647 (or 0xFEB647) is unknown color: approx My Sin. HEX triplet: FE, B6 and 47. RGB value is (254,182,71). Sum of RGB (Red+Green+Blue) = 254+182+71=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 71 (28.12% from 255 or 14.00% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB647 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB647 is #0149B8. Grayscale: #BFBFBF. Windows color (decimal): -84409 or 4699902. OLE color: 4699902.

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

Color convert

RGB25418271-
CMYK00.280.720.00
HSL36.39º98.92%63.73%-
HSV(B)36.39º72.05%99.61%-
XYZ58.7454.9813.48-
YUV190.8760.35173.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.10%
GREEN value IS 182 (71.48% from 255) = 35.90%
BLUE value IS 71 (28.12% from 255) = 14.00%
R=50.10%
G=35.90%
B=14.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541827100.280.720.0036.3998.9263.73
HexFEB64701C480246340
Octal376266107034110044143100
Binary111111101011011010001110111001001000010010011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #feb647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #feb647; }

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

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

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

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

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

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

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

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