Shades of Saffron #FABC2B
Tints of Saffron #FABC2B
RGB
CMYK
RGB Variations
Color information
#FABC2B (or 0xFABC2B) is known color: Saffron. HEX triplet: FA, BC and 2B. RGB value is (250,188,43). Sum of RGB (Red+Green+Blue) = 250+188+43=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 43 (17.19% from 255 or 8.94% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABC2B is #0543D4. Grayscale: #BEBEBE. Windows color (decimal): -345045 or 2866426. OLE color: 2866426.
HSL color Cylindrical-coordinate representation of color #FABC2B: hue angle of 42.03º 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 #FABC2B is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 43 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.02 |
| HSL | 42.03º | 0.95% | 0.57% | - |
| HSV(B) | 42.03º | 0.83% | 0.98% | - |
| XYZ | 57.84 | 56.46 | 10.14 | - |
| YUV | 190.01 | 45.04 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 43 | 0 | 0.25 | 0.83 | 0.02 | 42.03 | 0.95 | 0.57 |
| Hex | FA | BC | 2B | 0 | 19 | 53 | 2 | 2A | 5F | 39 |
| Octal | 372 | 274 | 53 | 0 | 31 | 123 | 2 | 52 | 137 | 71 |
| Binary | 11111010 | 10111100 | 101011 | 0 | 11001 | 1010011 | 10 | 101010 | 1011111 | 111001 |
Color Harmonies of #FABC2B
Complementary color
Monochromatic Colors of #FABC2B
Black with #FABC2B
Text Example
Text Example
White with #FABC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABC2B; }
p { color: rgb(250,188,43); }
H1.HeaderClassName
{
color: #FABC2B;
}
.AnyTagClassName
{
color: #FABC2B;
}
</style>
background-color css
<style>
a { background-color: #FABC2B; }
a { background-color: rgb(250,188,43); }
div.DivClassName
{
background-color: #FABC2B;
}
.BgClassName
{
background-color: #FABC2B;
}
</style>
border-color css
<style>
span { border-color: #FABC2B; }
span { border-color: rgb(250,188,43); }
td.TdClassName
{
border-color: #FABC2B;
}
.TagClassName
{
border-color: #FABC2B;
}
</style>