Shades of My Sin #F8AD4A
Tints of My Sin #F8AD4A
RGB
CMYK
RGB Variations
Color information
#F8AD4A (or 0xF8AD4A) is known color: My Sin. HEX triplet: F8, AD and 4A. RGB value is (248,173,74). Sum of RGB (Red+Green+Blue) = 248+173+74=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 74 (29.30% from 255 or 14.95% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AD4A is #0752B5. Grayscale: #B8B8B8. Windows color (decimal): -479926 or 4894200. OLE color: 4894200.
HSL color Cylindrical-coordinate representation of color #F8AD4A: hue angle of 34.14º 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 #F8AD4A is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 74 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.03 |
| HSL | 34.14º | 0.93% | 0.63% | - |
| HSV(B) | 34.14º | 0.7% | 0.97% | - |
| XYZ | 54.89 | 50.34 | 13.3 | - |
| YUV | 184.14 | 65.85 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 74 | 0 | 0.30 | 0.70 | 0.03 | 34.14 | 0.93 | 0.63 |
| Hex | F8 | AD | 4A | 0 | 1E | 46 | 3 | 22 | 5D | 3F |
| Octal | 370 | 255 | 112 | 0 | 36 | 106 | 3 | 42 | 135 | 77 |
| Binary | 11111000 | 10101101 | 1001010 | 0 | 11110 | 1000110 | 11 | 100010 | 1011101 | 111111 |
Color Harmonies of #F8AD4A
Complementary color
Monochromatic Colors of #F8AD4A
Black with #F8AD4A
Text Example
Text Example
White with #F8AD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AD4A; }
p { color: rgb(248,173,74); }
H1.HeaderClassName
{
color: #F8AD4A;
}
.AnyTagClassName
{
color: #F8AD4A;
}
</style>
background-color css
<style>
a { background-color: #F8AD4A; }
a { background-color: rgb(248,173,74); }
div.DivClassName
{
background-color: #F8AD4A;
}
.BgClassName
{
background-color: #F8AD4A;
}
</style>
border-color css
<style>
span { border-color: #F8AD4A; }
span { border-color: rgb(248,173,74); }
td.TdClassName
{
border-color: #F8AD4A;
}
.TagClassName
{
border-color: #F8AD4A;
}
</style>