Shades of My Sin #FFB44A
Tints of My Sin #FFB44A
RGB
CMYK
RGB Variations
Color information
#FFB44A (or 0xFFB44A) is known color: My Sin. HEX triplet: FF, B4 and 4A. RGB value is (255,180,74). Sum of RGB (Red+Green+Blue) = 255+180+74=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 74 (29.30% from 255 or 14.54% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB44A is #004BB5. Grayscale: #BEBEBE. Windows color (decimal): -19382 or 4895999. OLE color: 4895999.
HSL color Cylindrical-coordinate representation of color #FFB44A: hue angle of 35.14º 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 #FFB44A is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 74 | - |
| CMYK | 0 | 0.29 | 0.71 | 0 |
| HSL | 35.14º | 1% | 0.65% | - |
| HSV(B) | 35.14º | 0.71% | 1% | - |
| XYZ | 58.8 | 54.4 | 13.88 | - |
| YUV | 190.34 | 62.35 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 74 | 0 | 0.29 | 0.71 | 0 | 35.14 | 1 | 0.65 |
| Hex | FF | B4 | 4A | 0 | 1D | 47 | 0 | 23 | 64 | 41 |
| Octal | 377 | 264 | 112 | 0 | 35 | 107 | 0 | 43 | 144 | 101 |
| Binary | 11111111 | 10110100 | 1001010 | 0 | 11101 | 1000111 | 0 | 100011 | 1100100 | 1000001 |
Color Harmonies of #FFB44A
Complementary color
Monochromatic Colors of #FFB44A
Black with #FFB44A
Text Example
Text Example
White with #FFB44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB44A; }
p { color: rgb(255,180,74); }
H1.HeaderClassName
{
color: #FFB44A;
}
.AnyTagClassName
{
color: #FFB44A;
}
</style>
background-color css
<style>
a { background-color: #FFB44A; }
a { background-color: rgb(255,180,74); }
div.DivClassName
{
background-color: #FFB44A;
}
.BgClassName
{
background-color: #FFB44A;
}
</style>
border-color css
<style>
span { border-color: #FFB44A; }
span { border-color: rgb(255,180,74); }
td.TdClassName
{
border-color: #FFB44A;
}
.TagClassName
{
border-color: #FFB44A;
}
</style>