Shades of My Sin #FFB04C
Tints of My Sin #FFB04C
RGB
CMYK
RGB Variations
Color information
#FFB04C (or 0xFFB04C) is known color: My Sin. HEX triplet: FF, B0 and 4C. RGB value is (255,176,76). Sum of RGB (Red+Green+Blue) = 255+176+76=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 76 (30.08% from 255 or 14.99% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB04C is #004FB3. Grayscale: #BCBCBC. Windows color (decimal): -20404 or 5026047. OLE color: 5026047.
HSL color Cylindrical-coordinate representation of color #FFB04C: hue angle of 33.52º 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 #FFB04C is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 76 | - |
| CMYK | 0 | 0.31 | 0.70 | 0 |
| HSL | 33.52º | 1% | 0.65% | - |
| HSV(B) | 33.52º | 0.7% | 1% | - |
| XYZ | 58.07 | 52.83 | 13.97 | - |
| YUV | 188.22 | 64.67 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 76 | 0 | 0.31 | 0.70 | 0 | 33.52 | 1 | 0.65 |
| Hex | FF | B0 | 4C | 0 | 1F | 46 | 0 | 22 | 64 | 41 |
| Octal | 377 | 260 | 114 | 0 | 37 | 106 | 0 | 42 | 144 | 101 |
| Binary | 11111111 | 10110000 | 1001100 | 0 | 11111 | 1000110 | 0 | 100010 | 1100100 | 1000001 |
Color Harmonies of #FFB04C
Complementary color
Monochromatic Colors of #FFB04C
Black with #FFB04C
Text Example
Text Example
White with #FFB04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB04C; }
p { color: rgb(255,176,76); }
H1.HeaderClassName
{
color: #FFB04C;
}
.AnyTagClassName
{
color: #FFB04C;
}
</style>
background-color css
<style>
a { background-color: #FFB04C; }
a { background-color: rgb(255,176,76); }
div.DivClassName
{
background-color: #FFB04C;
}
.BgClassName
{
background-color: #FFB04C;
}
</style>
border-color css
<style>
span { border-color: #FFB04C; }
span { border-color: rgb(255,176,76); }
td.TdClassName
{
border-color: #FFB04C;
}
.TagClassName
{
border-color: #FFB04C;
}
</style>