Shades of My Sin #F8B440
Tints of My Sin #F8B440
RGB
CMYK
RGB Variations
Color information
#F8B440 (or 0xF8B440) is known color: My Sin. HEX triplet: F8, B4 and 40. RGB value is (248,180,64). Sum of RGB (Red+Green+Blue) = 248+180+64=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8B440 is #074BBF. Grayscale: #BBBBBB. Windows color (decimal): -478144 or 4240632. OLE color: 4240632.
HSL color Cylindrical-coordinate representation of color #F8B440: hue angle of 37.83º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F8B440 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 180 | 64 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.03 |
| HSL | 37.83º | 0.93% | 0.61% | - |
| HSV(B) | 37.83º | 0.74% | 0.97% | - |
| XYZ | 55.96 | 52.97 | 12.13 | - |
| YUV | 187.11 | 58.53 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 180 | 64 | 0 | 0.27 | 0.74 | 0.03 | 37.83 | 0.93 | 0.61 |
| Hex | F8 | B4 | 40 | 0 | 1B | 4A | 3 | 26 | 5D | 3D |
| Octal | 370 | 264 | 100 | 0 | 33 | 112 | 3 | 46 | 135 | 75 |
| Binary | 11111000 | 10110100 | 1000000 | 0 | 11011 | 1001010 | 11 | 100110 | 1011101 | 111101 |
Color Harmonies of #F8B440
Complementary color
Monochromatic Colors of #F8B440
Black with #F8B440
Text Example
Text Example
White with #F8B440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B440; }
p { color: rgb(248,180,64); }
H1.HeaderClassName
{
color: #F8B440;
}
.AnyTagClassName
{
color: #F8B440;
}
</style>
background-color css
<style>
a { background-color: #F8B440; }
a { background-color: rgb(248,180,64); }
div.DivClassName
{
background-color: #F8B440;
}
.BgClassName
{
background-color: #F8B440;
}
</style>
border-color css
<style>
span { border-color: #F8B440; }
span { border-color: rgb(248,180,64); }
td.TdClassName
{
border-color: #F8B440;
}
.TagClassName
{
border-color: #F8B440;
}
</style>