Shades of My Sin #FFA84B
Tints of My Sin #FFA84B
RGB
CMYK
RGB Variations
Color information
#FFA84B (or 0xFFA84B) is known color: My Sin. HEX triplet: FF, A8 and 4B. RGB value is (255,168,75). Sum of RGB (Red+Green+Blue) = 255+168+75=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 75 (29.69% from 255 or 15.06% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA84B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA84B is #0057B4. Grayscale: #B7B7B7. Windows color (decimal): -22453 or 4958463. OLE color: 4958463.
HSL color Cylindrical-coordinate representation of color #FFA84B: hue angle of 31º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFA84B is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 75 | - |
| CMYK | 0 | 0.34 | 0.71 | 0 |
| HSL | 31º | 1% | 0.65% | - |
| HSV(B) | 31º | 0.71% | 1% | - |
| XYZ | 56.51 | 49.77 | 13.29 | - |
| YUV | 183.41 | 66.82 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 75 | 0 | 0.34 | 0.71 | 0 | 31 | 1 | 0.65 |
| Hex | FF | A8 | 4B | 0 | 22 | 47 | 0 | 1F | 64 | 41 |
| Octal | 377 | 250 | 113 | 0 | 42 | 107 | 0 | 37 | 144 | 101 |
| Binary | 11111111 | 10101000 | 1001011 | 0 | 100010 | 1000111 | 0 | 11111 | 1100100 | 1000001 |
Color Harmonies of #FFA84B
Complementary color
Monochromatic Colors of #FFA84B
Black with #FFA84B
Text Example
Text Example
White with #FFA84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA84B; }
p { color: rgb(255,168,75); }
H1.HeaderClassName
{
color: #FFA84B;
}
.AnyTagClassName
{
color: #FFA84B;
}
</style>
background-color css
<style>
a { background-color: #FFA84B; }
a { background-color: rgb(255,168,75); }
div.DivClassName
{
background-color: #FFA84B;
}
.BgClassName
{
background-color: #FFA84B;
}
</style>
border-color css
<style>
span { border-color: #FFA84B; }
span { border-color: rgb(255,168,75); }
td.TdClassName
{
border-color: #FFA84B;
}
.TagClassName
{
border-color: #FFA84B;
}
</style>