Shades of My Sin #FFAD4D
Tints of My Sin #FFAD4D
RGB
CMYK
RGB Variations
Color information
#FFAD4D (or 0xFFAD4D) is known color: My Sin. HEX triplet: FF, AD and 4D. RGB value is (255,173,77). Sum of RGB (Red+Green+Blue) = 255+173+77=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 77 (30.47% from 255 or 15.25% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD4D is #0052B2. Grayscale: #BBBBBB. Windows color (decimal): -21171 or 5090815. OLE color: 5090815.
HSL color Cylindrical-coordinate representation of color #FFAD4D: hue angle of 32.36º 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 #FFAD4D is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 77 | - |
| CMYK | 0 | 0.32 | 0.70 | 0 |
| HSL | 32.36º | 1% | 0.65% | - |
| HSV(B) | 32.36º | 0.7% | 1% | - |
| XYZ | 57.52 | 51.68 | 13.97 | - |
| YUV | 186.57 | 66.17 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 77 | 0 | 0.32 | 0.70 | 0 | 32.36 | 1 | 0.65 |
| Hex | FF | AD | 4D | 0 | 20 | 46 | 0 | 20 | 64 | 41 |
| Octal | 377 | 255 | 115 | 0 | 40 | 106 | 0 | 40 | 144 | 101 |
| Binary | 11111111 | 10101101 | 1001101 | 0 | 100000 | 1000110 | 0 | 100000 | 1100100 | 1000001 |
Color Harmonies of #FFAD4D
Complementary color
Monochromatic Colors of #FFAD4D
Black with #FFAD4D
Text Example
Text Example
White with #FFAD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD4D; }
p { color: rgb(255,173,77); }
H1.HeaderClassName
{
color: #FFAD4D;
}
.AnyTagClassName
{
color: #FFAD4D;
}
</style>
background-color css
<style>
a { background-color: #FFAD4D; }
a { background-color: rgb(255,173,77); }
div.DivClassName
{
background-color: #FFAD4D;
}
.BgClassName
{
background-color: #FFAD4D;
}
</style>
border-color css
<style>
span { border-color: #FFAD4D; }
span { border-color: rgb(255,173,77); }
td.TdClassName
{
border-color: #FFAD4D;
}
.TagClassName
{
border-color: #FFAD4D;
}
</style>