Shades of My Sin #FABB45
Tints of My Sin #FABB45
RGB
CMYK
RGB Variations
Color information
#FABB45 (or 0xFABB45) is known color: My Sin. HEX triplet: FA, BB and 45. RGB value is (250,187,69). Sum of RGB (Red+Green+Blue) = 250+187+69=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 69 (27.34% from 255 or 13.64% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABB45 is #0544BA. Grayscale: #C0C0C0. Windows color (decimal): -345275 or 4570106. OLE color: 4570106.
HSL color Cylindrical-coordinate representation of color #FABB45: hue angle of 39.12º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FABB45 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 69 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.02 |
| HSL | 39.12º | 0.95% | 0.63% | - |
| HSV(B) | 39.12º | 0.72% | 0.98% | - |
| XYZ | 58.27 | 56.29 | 13.43 | - |
| YUV | 192.39 | 58.37 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 69 | 0 | 0.25 | 0.72 | 0.02 | 39.12 | 0.95 | 0.63 |
| Hex | FA | BB | 45 | 0 | 19 | 48 | 2 | 27 | 5F | 3F |
| Octal | 372 | 273 | 105 | 0 | 31 | 110 | 2 | 47 | 137 | 77 |
| Binary | 11111010 | 10111011 | 1000101 | 0 | 11001 | 1001000 | 10 | 100111 | 1011111 | 111111 |
Color Harmonies of #FABB45
Complementary color
Monochromatic Colors of #FABB45
Black with #FABB45
Text Example
Text Example
White with #FABB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB45; }
p { color: rgb(250,187,69); }
H1.HeaderClassName
{
color: #FABB45;
}
.AnyTagClassName
{
color: #FABB45;
}
</style>
background-color css
<style>
a { background-color: #FABB45; }
a { background-color: rgb(250,187,69); }
div.DivClassName
{
background-color: #FABB45;
}
.BgClassName
{
background-color: #FABB45;
}
</style>
border-color css
<style>
span { border-color: #FABB45; }
span { border-color: rgb(250,187,69); }
td.TdClassName
{
border-color: #FABB45;
}
.TagClassName
{
border-color: #FABB45;
}
</style>