Shades of My Sin #F8AD40
Tints of My Sin #F8AD40
RGB
CMYK
RGB Variations
Color information
#F8AD40 (or 0xF8AD40) is known color: My Sin. HEX triplet: F8, AD and 40. RGB value is (248,173,64). Sum of RGB (Red+Green+Blue) = 248+173+64=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AD40 is #0752BF. Grayscale: #B7B7B7. Windows color (decimal): -479936 or 4238840. OLE color: 4238840.
HSL color Cylindrical-coordinate representation of color #F8AD40: hue angle of 35.54º 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 #F8AD40 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 64 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.03 |
| HSL | 35.54º | 0.93% | 0.61% | - |
| HSV(B) | 35.54º | 0.74% | 0.97% | - |
| XYZ | 54.58 | 50.21 | 11.67 | - |
| YUV | 183 | 60.85 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 64 | 0 | 0.30 | 0.74 | 0.03 | 35.54 | 0.93 | 0.61 |
| Hex | F8 | AD | 40 | 0 | 1E | 4A | 3 | 24 | 5D | 3D |
| Octal | 370 | 255 | 100 | 0 | 36 | 112 | 3 | 44 | 135 | 75 |
| Binary | 11111000 | 10101101 | 1000000 | 0 | 11110 | 1001010 | 11 | 100100 | 1011101 | 111101 |
Color Harmonies of #F8AD40
Complementary color
Monochromatic Colors of #F8AD40
Black with #F8AD40
Text Example
Text Example
White with #F8AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AD40; }
p { color: rgb(248,173,64); }
H1.HeaderClassName
{
color: #F8AD40;
}
.AnyTagClassName
{
color: #F8AD40;
}
</style>
background-color css
<style>
a { background-color: #F8AD40; }
a { background-color: rgb(248,173,64); }
div.DivClassName
{
background-color: #F8AD40;
}
.BgClassName
{
background-color: #F8AD40;
}
</style>
border-color css
<style>
span { border-color: #F8AD40; }
span { border-color: rgb(248,173,64); }
td.TdClassName
{
border-color: #F8AD40;
}
.TagClassName
{
border-color: #F8AD40;
}
</style>