Shades of My Sin #F0B144
Tints of My Sin #F0B144
RGB
CMYK
RGB Variations
Color information
#F0B144 (or 0xF0B144) is known color: My Sin. HEX triplet: F0, B1 and 44. RGB value is (240,177,68). Sum of RGB (Red+Green+Blue) = 240+177+68=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 68 (26.95% from 255 or 14.02% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B144 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0B144 is #0F4EBB. Grayscale: #B7B7B7. Windows color (decimal): -1003196 or 4502000. OLE color: 4502000.
HSL color Cylindrical-coordinate representation of color #F0B144: hue angle of 38.02º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F0B144 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 177 | 68 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.06 |
| HSL | 38.02º | 0.85% | 0.6% | - |
| HSV(B) | 38.02º | 0.72% | 0.94% | - |
| XYZ | 52.7 | 50.39 | 12.42 | - |
| YUV | 183.41 | 62.87 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 177 | 68 | 0 | 0.26 | 0.72 | 0.06 | 38.02 | 0.85 | 0.6 |
| Hex | F0 | B1 | 44 | 0 | 1A | 48 | 6 | 26 | 55 | 3C |
| Octal | 360 | 261 | 104 | 0 | 32 | 110 | 6 | 46 | 125 | 74 |
| Binary | 11110000 | 10110001 | 1000100 | 0 | 11010 | 1001000 | 110 | 100110 | 1010101 | 111100 |
Color Harmonies of #F0B144
Complementary color
Monochromatic Colors of #F0B144
Black with #F0B144
Text Example
Text Example
White with #F0B144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B144; }
p { color: rgb(240,177,68); }
H1.HeaderClassName
{
color: #F0B144;
}
.AnyTagClassName
{
color: #F0B144;
}
</style>
background-color css
<style>
a { background-color: #F0B144; }
a { background-color: rgb(240,177,68); }
div.DivClassName
{
background-color: #F0B144;
}
.BgClassName
{
background-color: #F0B144;
}
</style>
border-color css
<style>
span { border-color: #F0B144; }
span { border-color: rgb(240,177,68); }
td.TdClassName
{
border-color: #F0B144;
}
.TagClassName
{
border-color: #F0B144;
}
</style>