Shades of Saffron #FABF2D
Tints of Saffron #FABF2D
RGB
CMYK
RGB Variations
Color information
#FABF2D (or 0xFABF2D) is known color: Saffron. HEX triplet: FA, BF and 2D. RGB value is (250,191,45). Sum of RGB (Red+Green+Blue) = 250+191+45=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 45 (17.97% from 255 or 9.26% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABF2D is #0540D2. Grayscale: #C0C0C0. Windows color (decimal): -344275 or 2998266. OLE color: 2998266.
HSL color Cylindrical-coordinate representation of color #FABF2D: hue angle of 42.73º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FABF2D is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 45 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.02 |
| HSL | 42.73º | 0.95% | 0.58% | - |
| HSV(B) | 42.73º | 0.82% | 0.98% | - |
| XYZ | 58.53 | 57.78 | 10.55 | - |
| YUV | 192 | 45.05 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 45 | 0 | 0.24 | 0.82 | 0.02 | 42.73 | 0.95 | 0.58 |
| Hex | FA | BF | 2D | 0 | 18 | 52 | 2 | 2B | 5F | 3A |
| Octal | 372 | 277 | 55 | 0 | 30 | 122 | 2 | 53 | 137 | 72 |
| Binary | 11111010 | 10111111 | 101101 | 0 | 11000 | 1010010 | 10 | 101011 | 1011111 | 111010 |
Color Harmonies of #FABF2D
Complementary color
Monochromatic Colors of #FABF2D
Black with #FABF2D
Text Example
Text Example
White with #FABF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABF2D; }
p { color: rgb(250,191,45); }
H1.HeaderClassName
{
color: #FABF2D;
}
.AnyTagClassName
{
color: #FABF2D;
}
</style>
background-color css
<style>
a { background-color: #FABF2D; }
a { background-color: rgb(250,191,45); }
div.DivClassName
{
background-color: #FABF2D;
}
.BgClassName
{
background-color: #FABF2D;
}
</style>
border-color css
<style>
span { border-color: #FABF2D; }
span { border-color: rgb(250,191,45); }
td.TdClassName
{
border-color: #FABF2D;
}
.TagClassName
{
border-color: #FABF2D;
}
</style>