Shades of My Sin #F9AA4C
Tints of My Sin #F9AA4C
RGB
CMYK
RGB Variations
Color information
#F9AA4C (or 0xF9AA4C) is known color: My Sin. HEX triplet: F9, AA and 4C. RGB value is (249,170,76). Sum of RGB (Red+Green+Blue) = 249+170+76=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 76 (30.08% from 255 or 15.35% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AA4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9AA4C is #0655B3. Grayscale: #B7B7B7. Windows color (decimal): -415156 or 5024505. OLE color: 5024505.
HSL color Cylindrical-coordinate representation of color #F9AA4C: hue angle of 32.6º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F9AA4C is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 170 | 76 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.02 |
| HSL | 32.6º | 0.94% | 0.64% | - |
| HSV(B) | 32.6º | 0.69% | 0.98% | - |
| XYZ | 54.75 | 49.41 | 13.49 | - |
| YUV | 182.91 | 67.67 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 170 | 76 | 0 | 0.32 | 0.69 | 0.02 | 32.6 | 0.94 | 0.64 |
| Hex | F9 | AA | 4C | 0 | 20 | 45 | 2 | 21 | 5E | 40 |
| Octal | 371 | 252 | 114 | 0 | 40 | 105 | 2 | 41 | 136 | 100 |
| Binary | 11111001 | 10101010 | 1001100 | 0 | 100000 | 1000101 | 10 | 100001 | 1011110 | 1000000 |
Color Harmonies of #F9AA4C
Complementary color
Monochromatic Colors of #F9AA4C
Black with #F9AA4C
Text Example
Text Example
White with #F9AA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AA4C; }
p { color: rgb(249,170,76); }
H1.HeaderClassName
{
color: #F9AA4C;
}
.AnyTagClassName
{
color: #F9AA4C;
}
</style>
background-color css
<style>
a { background-color: #F9AA4C; }
a { background-color: rgb(249,170,76); }
div.DivClassName
{
background-color: #F9AA4C;
}
.BgClassName
{
background-color: #F9AA4C;
}
</style>
border-color css
<style>
span { border-color: #F9AA4C; }
span { border-color: rgb(249,170,76); }
td.TdClassName
{
border-color: #F9AA4C;
}
.TagClassName
{
border-color: #F9AA4C;
}
</style>