Shades of My Sin #F0B143
Tints of My Sin #F0B143
RGB
CMYK
RGB Variations
Color information
#F0B143 (or 0xF0B143) is known color: My Sin. HEX triplet: F0, B1 and 43. RGB value is (240,177,67). Sum of RGB (Red+Green+Blue) = 240+177+67=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 67 (26.56% from 255 or 13.84% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B143 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0B143 is #0F4EBC. Grayscale: #B7B7B7. Windows color (decimal): -1003197 or 4436464. OLE color: 4436464.
HSL color Cylindrical-coordinate representation of color #F0B143: hue angle of 38.15º 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 #F0B143 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 177 | 67 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.06 |
| HSL | 38.15º | 0.85% | 0.6% | - |
| HSV(B) | 38.15º | 0.72% | 0.94% | - |
| XYZ | 52.67 | 50.37 | 12.26 | - |
| YUV | 183.3 | 62.37 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 177 | 67 | 0 | 0.26 | 0.72 | 0.06 | 38.15 | 0.85 | 0.6 |
| Hex | F0 | B1 | 43 | 0 | 1A | 48 | 6 | 26 | 55 | 3C |
| Octal | 360 | 261 | 103 | 0 | 32 | 110 | 6 | 46 | 125 | 74 |
| Binary | 11110000 | 10110001 | 1000011 | 0 | 11010 | 1001000 | 110 | 100110 | 1010101 | 111100 |
Color Harmonies of #F0B143
Complementary color
Monochromatic Colors of #F0B143
Black with #F0B143
Text Example
Text Example
White with #F0B143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B143; }
p { color: rgb(240,177,67); }
H1.HeaderClassName
{
color: #F0B143;
}
.AnyTagClassName
{
color: #F0B143;
}
</style>
background-color css
<style>
a { background-color: #F0B143; }
a { background-color: rgb(240,177,67); }
div.DivClassName
{
background-color: #F0B143;
}
.BgClassName
{
background-color: #F0B143;
}
</style>
border-color css
<style>
span { border-color: #F0B143; }
span { border-color: rgb(240,177,67); }
td.TdClassName
{
border-color: #F0B143;
}
.TagClassName
{
border-color: #F0B143;
}
</style>