Shades of My Sin #FFAE4C
Tints of My Sin #FFAE4C
RGB
CMYK
RGB Variations
Color information
#FFAE4C (or 0xFFAE4C) is known color: My Sin. HEX triplet: FF, AE and 4C. RGB value is (255,174,76). Sum of RGB (Red+Green+Blue) = 255+174+76=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 76 (30.08% from 255 or 15.05% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAE4C is #0051B3. Grayscale: #BBBBBB. Windows color (decimal): -20916 or 5025535. OLE color: 5025535.
HSL color Cylindrical-coordinate representation of color #FFAE4C: hue angle of 32.85º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFAE4C is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 76 | - |
| CMYK | 0 | 0.32 | 0.70 | 0 |
| HSL | 32.85º | 1% | 0.65% | - |
| HSV(B) | 32.85º | 0.7% | 1% | - |
| XYZ | 57.68 | 52.05 | 13.84 | - |
| YUV | 187.05 | 65.34 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 76 | 0 | 0.32 | 0.70 | 0 | 32.85 | 1 | 0.65 |
| Hex | FF | AE | 4C | 0 | 20 | 46 | 0 | 21 | 64 | 41 |
| Octal | 377 | 256 | 114 | 0 | 40 | 106 | 0 | 41 | 144 | 101 |
| Binary | 11111111 | 10101110 | 1001100 | 0 | 100000 | 1000110 | 0 | 100001 | 1100100 | 1000001 |
Color Harmonies of #FFAE4C
Complementary color
Monochromatic Colors of #FFAE4C
Black with #FFAE4C
Text Example
Text Example
White with #FFAE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE4C; }
p { color: rgb(255,174,76); }
H1.HeaderClassName
{
color: #FFAE4C;
}
.AnyTagClassName
{
color: #FFAE4C;
}
</style>
background-color css
<style>
a { background-color: #FFAE4C; }
a { background-color: rgb(255,174,76); }
div.DivClassName
{
background-color: #FFAE4C;
}
.BgClassName
{
background-color: #FFAE4C;
}
</style>
border-color css
<style>
span { border-color: #FFAE4C; }
span { border-color: rgb(255,174,76); }
td.TdClassName
{
border-color: #FFAE4C;
}
.TagClassName
{
border-color: #FFAE4C;
}
</style>