Shades of My Sin #FFB14B
Tints of My Sin #FFB14B
RGB
CMYK
RGB Variations
Color information
#FFB14B (or 0xFFB14B) is known color: My Sin. HEX triplet: FF, B1 and 4B. RGB value is (255,177,75). Sum of RGB (Red+Green+Blue) = 255+177+75=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 75 (29.69% from 255 or 14.79% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB14B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB14B is #004EB4. Grayscale: #BDBDBD. Windows color (decimal): -20149 or 4960767. OLE color: 4960767.
HSL color Cylindrical-coordinate representation of color #FFB14B: hue angle of 34º 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 #FFB14B is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 75 | - |
| CMYK | 0 | 0.31 | 0.71 | 0 |
| HSL | 34º | 1% | 0.65% | - |
| HSV(B) | 34º | 0.71% | 1% | - |
| XYZ | 58.23 | 53.21 | 13.86 | - |
| YUV | 188.69 | 63.84 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 75 | 0 | 0.31 | 0.71 | 0 | 34 | 1 | 0.65 |
| Hex | FF | B1 | 4B | 0 | 1F | 47 | 0 | 22 | 64 | 41 |
| Octal | 377 | 261 | 113 | 0 | 37 | 107 | 0 | 42 | 144 | 101 |
| Binary | 11111111 | 10110001 | 1001011 | 0 | 11111 | 1000111 | 0 | 100010 | 1100100 | 1000001 |
Color Harmonies of #FFB14B
Complementary color
Monochromatic Colors of #FFB14B
Black with #FFB14B
Text Example
Text Example
White with #FFB14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB14B; }
p { color: rgb(255,177,75); }
H1.HeaderClassName
{
color: #FFB14B;
}
.AnyTagClassName
{
color: #FFB14B;
}
</style>
background-color css
<style>
a { background-color: #FFB14B; }
a { background-color: rgb(255,177,75); }
div.DivClassName
{
background-color: #FFB14B;
}
.BgClassName
{
background-color: #FFB14B;
}
</style>
border-color css
<style>
span { border-color: #FFB14B; }
span { border-color: rgb(255,177,75); }
td.TdClassName
{
border-color: #FFB14B;
}
.TagClassName
{
border-color: #FFB14B;
}
</style>