Shades of My Sin #FAB743
Tints of My Sin #FAB743
RGB
CMYK
RGB Variations
Color information
#FAB743 (or 0xFAB743) is known color: My Sin. HEX triplet: FA, B7 and 43. RGB value is (250,183,67). Sum of RGB (Red+Green+Blue) = 250+183+67=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 67 (26.56% from 255 or 13.4% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB743 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB743 is #0548BC. Grayscale: #BEBEBE. Windows color (decimal): -346301 or 4438010. OLE color: 4438010.
HSL color Cylindrical-coordinate representation of color #FAB743: hue angle of 38.03º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FAB743 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 67 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.02 |
| HSL | 38.03º | 0.95% | 0.62% | - |
| HSV(B) | 38.03º | 0.73% | 0.98% | - |
| XYZ | 57.37 | 54.6 | 12.82 | - |
| YUV | 189.81 | 58.7 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 67 | 0 | 0.27 | 0.73 | 0.02 | 38.03 | 0.95 | 0.62 |
| Hex | FA | B7 | 43 | 0 | 1B | 49 | 2 | 26 | 5F | 3E |
| Octal | 372 | 267 | 103 | 0 | 33 | 111 | 2 | 46 | 137 | 76 |
| Binary | 11111010 | 10110111 | 1000011 | 0 | 11011 | 1001001 | 10 | 100110 | 1011111 | 111110 |
Color Harmonies of #FAB743
Complementary color
Monochromatic Colors of #FAB743
Black with #FAB743
Text Example
Text Example
White with #FAB743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB743; }
p { color: rgb(250,183,67); }
H1.HeaderClassName
{
color: #FAB743;
}
.AnyTagClassName
{
color: #FAB743;
}
</style>
background-color css
<style>
a { background-color: #FAB743; }
a { background-color: rgb(250,183,67); }
div.DivClassName
{
background-color: #FAB743;
}
.BgClassName
{
background-color: #FAB743;
}
</style>
border-color css
<style>
span { border-color: #FAB743; }
span { border-color: rgb(250,183,67); }
td.TdClassName
{
border-color: #FAB743;
}
.TagClassName
{
border-color: #FAB743;
}
</style>