Shades of Saffron #FABB2B
Tints of Saffron #FABB2B
RGB
CMYK
RGB Variations
Color information
#FABB2B (or 0xFABB2B) is known color: Saffron. HEX triplet: FA, BB and 2B. RGB value is (250,187,43). Sum of RGB (Red+Green+Blue) = 250+187+43=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 43 (17.19% from 255 or 8.96% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABB2B is #0544D4. Grayscale: #BEBEBE. Windows color (decimal): -345301 or 2866170. OLE color: 2866170.
HSL color Cylindrical-coordinate representation of color #FABB2B: hue angle of 41.74º 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 #FABB2B is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 43 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.02 |
| HSL | 41.74º | 0.95% | 0.57% | - |
| HSV(B) | 41.74º | 0.83% | 0.98% | - |
| XYZ | 57.63 | 56.04 | 10.06 | - |
| YUV | 189.42 | 45.37 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 43 | 0 | 0.25 | 0.83 | 0.02 | 41.74 | 0.95 | 0.57 |
| Hex | FA | BB | 2B | 0 | 19 | 53 | 2 | 2A | 5F | 39 |
| Octal | 372 | 273 | 53 | 0 | 31 | 123 | 2 | 52 | 137 | 71 |
| Binary | 11111010 | 10111011 | 101011 | 0 | 11001 | 1010011 | 10 | 101010 | 1011111 | 111001 |
Color Harmonies of #FABB2B
Complementary color
Monochromatic Colors of #FABB2B
Black with #FABB2B
Text Example
Text Example
White with #FABB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB2B; }
p { color: rgb(250,187,43); }
H1.HeaderClassName
{
color: #FABB2B;
}
.AnyTagClassName
{
color: #FABB2B;
}
</style>
background-color css
<style>
a { background-color: #FABB2B; }
a { background-color: rgb(250,187,43); }
div.DivClassName
{
background-color: #FABB2B;
}
.BgClassName
{
background-color: #FABB2B;
}
</style>
border-color css
<style>
span { border-color: #FABB2B; }
span { border-color: rgb(250,187,43); }
td.TdClassName
{
border-color: #FABB2B;
}
.TagClassName
{
border-color: #FABB2B;
}
</style>