Shades of My Sin #F8B14B
Tints of My Sin #F8B14B
RGB
CMYK
RGB Variations
Color information
#F8B14B (or 0xF8B14B) is known color: My Sin. HEX triplet: F8, B1 and 4B. RGB value is (248,177,75). Sum of RGB (Red+Green+Blue) = 248+177+75=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 75 (29.69% from 255 or 15% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B14B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8B14B is #074EB4. Grayscale: #BBBBBB. Windows color (decimal): -478901 or 4960760. OLE color: 4960760.
HSL color Cylindrical-coordinate representation of color #F8B14B: hue angle of 35.38º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F8B14B is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 177 | 75 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.03 |
| HSL | 35.38º | 0.93% | 0.63% | - |
| HSV(B) | 35.38º | 0.7% | 0.97% | - |
| XYZ | 55.7 | 51.91 | 13.74 | - |
| YUV | 186.6 | 65.02 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 177 | 75 | 0 | 0.29 | 0.70 | 0.03 | 35.38 | 0.93 | 0.63 |
| Hex | F8 | B1 | 4B | 0 | 1D | 46 | 3 | 23 | 5D | 3F |
| Octal | 370 | 261 | 113 | 0 | 35 | 106 | 3 | 43 | 135 | 77 |
| Binary | 11111000 | 10110001 | 1001011 | 0 | 11101 | 1000110 | 11 | 100011 | 1011101 | 111111 |
Color Harmonies of #F8B14B
Complementary color
Monochromatic Colors of #F8B14B
Black with #F8B14B
Text Example
Text Example
White with #F8B14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B14B; }
p { color: rgb(248,177,75); }
H1.HeaderClassName
{
color: #F8B14B;
}
.AnyTagClassName
{
color: #F8B14B;
}
</style>
background-color css
<style>
a { background-color: #F8B14B; }
a { background-color: rgb(248,177,75); }
div.DivClassName
{
background-color: #F8B14B;
}
.BgClassName
{
background-color: #F8B14B;
}
</style>
border-color css
<style>
span { border-color: #F8B14B; }
span { border-color: rgb(248,177,75); }
td.TdClassName
{
border-color: #F8B14B;
}
.TagClassName
{
border-color: #F8B14B;
}
</style>