Shades of My Sin #FEAB4B
Tints of My Sin #FEAB4B
RGB
CMYK
RGB Variations
Color information
#FEAB4B (or 0xFEAB4B) is known color: My Sin. HEX triplet: FE, AB and 4B. RGB value is (254,171,75). Sum of RGB (Red+Green+Blue) = 254+171+75=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 75 (29.69% from 255 or 15% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAB4B is #0154B4. Grayscale: #B9B9B9. Windows color (decimal): -87221 or 4959230. OLE color: 4959230.
HSL color Cylindrical-coordinate representation of color #FEAB4B: hue angle of 32.18º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEAB4B is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 75 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.00 |
| HSL | 32.18º | 0.99% | 0.65% | - |
| HSV(B) | 32.18º | 0.7% | 1% | - |
| XYZ | 56.71 | 50.7 | 13.45 | - |
| YUV | 184.87 | 66 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 75 | 0 | 0.33 | 0.70 | 0.00 | 32.18 | 0.99 | 0.65 |
| Hex | FE | AB | 4B | 0 | 21 | 46 | 0 | 20 | 63 | 41 |
| Octal | 376 | 253 | 113 | 0 | 41 | 106 | 0 | 40 | 143 | 101 |
| Binary | 11111110 | 10101011 | 1001011 | 0 | 100001 | 1000110 | 0 | 100000 | 1100011 | 1000001 |
Color Harmonies of #FEAB4B
Complementary color
Monochromatic Colors of #FEAB4B
Black with #FEAB4B
Text Example
Text Example
White with #FEAB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAB4B; }
p { color: rgb(254,171,75); }
H1.HeaderClassName
{
color: #FEAB4B;
}
.AnyTagClassName
{
color: #FEAB4B;
}
</style>
background-color css
<style>
a { background-color: #FEAB4B; }
a { background-color: rgb(254,171,75); }
div.DivClassName
{
background-color: #FEAB4B;
}
.BgClassName
{
background-color: #FEAB4B;
}
</style>
border-color css
<style>
span { border-color: #FEAB4B; }
span { border-color: rgb(254,171,75); }
td.TdClassName
{
border-color: #FEAB4B;
}
.TagClassName
{
border-color: #FEAB4B;
}
</style>