Shades of My Sin #FFB34A
Tints of My Sin #FFB34A
RGB
CMYK
RGB Variations
Color information
#FFB34A (or 0xFFB34A) is known color: My Sin. HEX triplet: FF, B3 and 4A. RGB value is (255,179,74). Sum of RGB (Red+Green+Blue) = 255+179+74=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 74 (29.30% from 255 or 14.57% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB34A is #004CB5. Grayscale: #BEBEBE. Windows color (decimal): -19638 or 4895743. OLE color: 4895743.
HSL color Cylindrical-coordinate representation of color #FFB34A: hue angle of 34.81º 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 #FFB34A is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 74 | - |
| CMYK | 0 | 0.30 | 0.71 | 0 |
| HSL | 34.81º | 1% | 0.65% | - |
| HSV(B) | 34.81º | 0.71% | 1% | - |
| XYZ | 58.6 | 53.99 | 13.81 | - |
| YUV | 189.75 | 62.68 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 74 | 0 | 0.30 | 0.71 | 0 | 34.81 | 1 | 0.65 |
| Hex | FF | B3 | 4A | 0 | 1E | 47 | 0 | 23 | 64 | 41 |
| Octal | 377 | 263 | 112 | 0 | 36 | 107 | 0 | 43 | 144 | 101 |
| Binary | 11111111 | 10110011 | 1001010 | 0 | 11110 | 1000111 | 0 | 100011 | 1100100 | 1000001 |
Color Harmonies of #FFB34A
Complementary color
Monochromatic Colors of #FFB34A
Black with #FFB34A
Text Example
Text Example
White with #FFB34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB34A; }
p { color: rgb(255,179,74); }
H1.HeaderClassName
{
color: #FFB34A;
}
.AnyTagClassName
{
color: #FFB34A;
}
</style>
background-color css
<style>
a { background-color: #FFB34A; }
a { background-color: rgb(255,179,74); }
div.DivClassName
{
background-color: #FFB34A;
}
.BgClassName
{
background-color: #FFB34A;
}
</style>
border-color css
<style>
span { border-color: #FFB34A; }
span { border-color: rgb(255,179,74); }
td.TdClassName
{
border-color: #FFB34A;
}
.TagClassName
{
border-color: #FFB34A;
}
</style>