Shades of My Sin #FFA74B
Tints of My Sin #FFA74B
RGB
CMYK
RGB Variations
Color information
#FFA74B (or 0xFFA74B) is known color: My Sin. HEX triplet: FF, A7 and 4B. RGB value is (255,167,75). Sum of RGB (Red+Green+Blue) = 255+167+75=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 75 (29.69% from 255 or 15.09% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA74B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA74B is #0058B4. Grayscale: #B7B7B7. Windows color (decimal): -22709 or 4958207. OLE color: 4958207.
HSL color Cylindrical-coordinate representation of color #FFA74B: hue angle of 30.67º 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 #FFA74B is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 75 | - |
| CMYK | 0 | 0.35 | 0.71 | 0 |
| HSL | 30.67º | 1% | 0.65% | - |
| HSV(B) | 30.67º | 0.71% | 1% | - |
| XYZ | 56.33 | 49.41 | 13.22 | - |
| YUV | 182.82 | 67.15 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 75 | 0 | 0.35 | 0.71 | 0 | 30.67 | 1 | 0.65 |
| Hex | FF | A7 | 4B | 0 | 23 | 47 | 0 | 1F | 64 | 41 |
| Octal | 377 | 247 | 113 | 0 | 43 | 107 | 0 | 37 | 144 | 101 |
| Binary | 11111111 | 10100111 | 1001011 | 0 | 100011 | 1000111 | 0 | 11111 | 1100100 | 1000001 |
Color Harmonies of #FFA74B
Complementary color
Monochromatic Colors of #FFA74B
Black with #FFA74B
Text Example
Text Example
White with #FFA74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA74B; }
p { color: rgb(255,167,75); }
H1.HeaderClassName
{
color: #FFA74B;
}
.AnyTagClassName
{
color: #FFA74B;
}
</style>
background-color css
<style>
a { background-color: #FFA74B; }
a { background-color: rgb(255,167,75); }
div.DivClassName
{
background-color: #FFA74B;
}
.BgClassName
{
background-color: #FFA74B;
}
</style>
border-color css
<style>
span { border-color: #FFA74B; }
span { border-color: rgb(255,167,75); }
td.TdClassName
{
border-color: #FFA74B;
}
.TagClassName
{
border-color: #FFA74B;
}
</style>