Shades of My Sin #F4B344
Tints of My Sin #F4B344
RGB
CMYK
RGB Variations
Color information
#F4B344 (or 0xF4B344) is known color: My Sin. HEX triplet: F4, B3 and 44. RGB value is (244,179,68). Sum of RGB (Red+Green+Blue) = 244+179+68=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 68 (26.95% from 255 or 13.85% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B344 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4B344 is #0B4CBB. Grayscale: #BABABA. Windows color (decimal): -740540 or 4502516. OLE color: 4502516.
HSL color Cylindrical-coordinate representation of color #F4B344: hue angle of 37.84º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F4B344 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 179 | 68 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.04 |
| HSL | 37.84º | 0.89% | 0.61% | - |
| HSV(B) | 37.84º | 0.72% | 0.96% | - |
| XYZ | 54.47 | 51.89 | 12.61 | - |
| YUV | 185.78 | 61.53 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 179 | 68 | 0 | 0.27 | 0.72 | 0.04 | 37.84 | 0.89 | 0.61 |
| Hex | F4 | B3 | 44 | 0 | 1B | 48 | 4 | 26 | 59 | 3D |
| Octal | 364 | 263 | 104 | 0 | 33 | 110 | 4 | 46 | 131 | 75 |
| Binary | 11110100 | 10110011 | 1000100 | 0 | 11011 | 1001000 | 100 | 100110 | 1011001 | 111101 |
Color Harmonies of #F4B344
Complementary color
Monochromatic Colors of #F4B344
Black with #F4B344
Text Example
Text Example
White with #F4B344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B344; }
p { color: rgb(244,179,68); }
H1.HeaderClassName
{
color: #F4B344;
}
.AnyTagClassName
{
color: #F4B344;
}
</style>
background-color css
<style>
a { background-color: #F4B344; }
a { background-color: rgb(244,179,68); }
div.DivClassName
{
background-color: #F4B344;
}
.BgClassName
{
background-color: #F4B344;
}
</style>
border-color css
<style>
span { border-color: #F4B344; }
span { border-color: rgb(244,179,68); }
td.TdClassName
{
border-color: #F4B344;
}
.TagClassName
{
border-color: #F4B344;
}
</style>