Shades of My Sin #F9AF42
Tints of My Sin #F9AF42
RGB
CMYK
RGB Variations
Color information
#F9AF42 (or 0xF9AF42) is known color: My Sin. HEX triplet: F9, AF and 42. RGB value is (249,175,66). Sum of RGB (Red+Green+Blue) = 249+175+66=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 66 (26.17% from 255 or 13.47% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9AF42 is #0650BD. Grayscale: #B9B9B9. Windows color (decimal): -413886 or 4370425. OLE color: 4370425.
HSL color Cylindrical-coordinate representation of color #F9AF42: hue angle of 35.74º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F9AF42 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 175 | 66 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.02 |
| HSL | 35.74º | 0.94% | 0.62% | - |
| HSV(B) | 35.74º | 0.73% | 0.98% | - |
| XYZ | 55.38 | 51.19 | 12.12 | - |
| YUV | 184.7 | 61.02 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 175 | 66 | 0 | 0.30 | 0.73 | 0.02 | 35.74 | 0.94 | 0.62 |
| Hex | F9 | AF | 42 | 0 | 1E | 49 | 2 | 24 | 5E | 3E |
| Octal | 371 | 257 | 102 | 0 | 36 | 111 | 2 | 44 | 136 | 76 |
| Binary | 11111001 | 10101111 | 1000010 | 0 | 11110 | 1001001 | 10 | 100100 | 1011110 | 111110 |
Color Harmonies of #F9AF42
Complementary color
Monochromatic Colors of #F9AF42
Black with #F9AF42
Text Example
Text Example
White with #F9AF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AF42; }
p { color: rgb(249,175,66); }
H1.HeaderClassName
{
color: #F9AF42;
}
.AnyTagClassName
{
color: #F9AF42;
}
</style>
background-color css
<style>
a { background-color: #F9AF42; }
a { background-color: rgb(249,175,66); }
div.DivClassName
{
background-color: #F9AF42;
}
.BgClassName
{
background-color: #F9AF42;
}
</style>
border-color css
<style>
span { border-color: #F9AF42; }
span { border-color: rgb(249,175,66); }
td.TdClassName
{
border-color: #F9AF42;
}
.TagClassName
{
border-color: #F9AF42;
}
</style>