Shades of My Sin #FEBB44
Tints of My Sin #FEBB44
RGB
CMYK
RGB Variations
Color information
#FEBB44 (or 0xFEBB44) is known color: My Sin. HEX triplet: FE, BB and 44. RGB value is (254,187,68). Sum of RGB (Red+Green+Blue) = 254+187+68=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 68 (26.95% from 255 or 13.36% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBB44 is #0144BB. Grayscale: #C2C2C2. Windows color (decimal): -83132 or 4504574. OLE color: 4504574.
HSL color Cylindrical-coordinate representation of color #FEBB44: hue angle of 38.39º 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 #FEBB44 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 68 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.00 |
| HSL | 38.39º | 0.99% | 0.63% | - |
| HSV(B) | 38.39º | 0.73% | 1% | - |
| XYZ | 59.69 | 57.03 | 13.33 | - |
| YUV | 193.47 | 57.2 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 68 | 0 | 0.26 | 0.73 | 0.00 | 38.39 | 0.99 | 0.63 |
| Hex | FE | BB | 44 | 0 | 1A | 49 | 0 | 26 | 63 | 3F |
| Octal | 376 | 273 | 104 | 0 | 32 | 111 | 0 | 46 | 143 | 77 |
| Binary | 11111110 | 10111011 | 1000100 | 0 | 11010 | 1001001 | 0 | 100110 | 1100011 | 111111 |
Color Harmonies of #FEBB44
Complementary color
Monochromatic Colors of #FEBB44
Black with #FEBB44
Text Example
Text Example
White with #FEBB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB44; }
p { color: rgb(254,187,68); }
H1.HeaderClassName
{
color: #FEBB44;
}
.AnyTagClassName
{
color: #FEBB44;
}
</style>
background-color css
<style>
a { background-color: #FEBB44; }
a { background-color: rgb(254,187,68); }
div.DivClassName
{
background-color: #FEBB44;
}
.BgClassName
{
background-color: #FEBB44;
}
</style>
border-color css
<style>
span { border-color: #FEBB44; }
span { border-color: rgb(254,187,68); }
td.TdClassName
{
border-color: #FEBB44;
}
.TagClassName
{
border-color: #FEBB44;
}
</style>