Shades of Saffron #FAB92B
Tints of Saffron #FAB92B
RGB
CMYK
RGB Variations
Color information
#FAB92B (or 0xFAB92B) is known color: Saffron. HEX triplet: FA, B9 and 2B. RGB value is (250,185,43). Sum of RGB (Red+Green+Blue) = 250+185+43=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 43 (17.19% from 255 or 9.00% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB92B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB92B is #0546D4. Grayscale: #BCBCBC. Windows color (decimal): -345813 or 2865658. OLE color: 2865658.
HSL color Cylindrical-coordinate representation of color #FAB92B: hue angle of 41.16º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FAB92B is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 43 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.02 |
| HSL | 41.16º | 0.95% | 0.57% | - |
| HSV(B) | 41.16º | 0.83% | 0.98% | - |
| XYZ | 57.21 | 55.2 | 9.92 | - |
| YUV | 188.25 | 46.03 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 43 | 0 | 0.26 | 0.83 | 0.02 | 41.16 | 0.95 | 0.57 |
| Hex | FA | B9 | 2B | 0 | 1A | 53 | 2 | 29 | 5F | 39 |
| Octal | 372 | 271 | 53 | 0 | 32 | 123 | 2 | 51 | 137 | 71 |
| Binary | 11111010 | 10111001 | 101011 | 0 | 11010 | 1010011 | 10 | 101001 | 1011111 | 111001 |
Color Harmonies of #FAB92B
Complementary color
Monochromatic Colors of #FAB92B
Black with #FAB92B
Text Example
Text Example
White with #FAB92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB92B; }
p { color: rgb(250,185,43); }
H1.HeaderClassName
{
color: #FAB92B;
}
.AnyTagClassName
{
color: #FAB92B;
}
</style>
background-color css
<style>
a { background-color: #FAB92B; }
a { background-color: rgb(250,185,43); }
div.DivClassName
{
background-color: #FAB92B;
}
.BgClassName
{
background-color: #FAB92B;
}
</style>
border-color css
<style>
span { border-color: #FAB92B; }
span { border-color: rgb(250,185,43); }
td.TdClassName
{
border-color: #FAB92B;
}
.TagClassName
{
border-color: #FAB92B;
}
</style>