Shades of Saffron #FABD30
Tints of Saffron #FABD30
RGB
CMYK
RGB Variations
Color information
#FABD30 (or 0xFABD30) is known color: Saffron. HEX triplet: FA, BD and 30. RGB value is (250,189,48). Sum of RGB (Red+Green+Blue) = 250+189+48=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 48 (19.14% from 255 or 9.86% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABD30 is #0542CF. Grayscale: #BFBFBF. Windows color (decimal): -344784 or 3194362. OLE color: 3194362.
HSL color Cylindrical-coordinate representation of color #FABD30: hue angle of 41.88º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FABD30 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 48 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.02 |
| HSL | 41.88º | 0.95% | 0.58% | - |
| HSV(B) | 41.88º | 0.81% | 0.98% | - |
| XYZ | 58.16 | 56.93 | 10.72 | - |
| YUV | 191.17 | 47.21 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 48 | 0 | 0.24 | 0.81 | 0.02 | 41.88 | 0.95 | 0.58 |
| Hex | FA | BD | 30 | 0 | 18 | 51 | 2 | 2A | 5F | 3A |
| Octal | 372 | 275 | 60 | 0 | 30 | 121 | 2 | 52 | 137 | 72 |
| Binary | 11111010 | 10111101 | 110000 | 0 | 11000 | 1010001 | 10 | 101010 | 1011111 | 111010 |
Color Harmonies of #FABD30
Complementary color
Monochromatic Colors of #FABD30
Black with #FABD30
Text Example
Text Example
White with #FABD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD30; }
p { color: rgb(250,189,48); }
H1.HeaderClassName
{
color: #FABD30;
}
.AnyTagClassName
{
color: #FABD30;
}
</style>
background-color css
<style>
a { background-color: #FABD30; }
a { background-color: rgb(250,189,48); }
div.DivClassName
{
background-color: #FABD30;
}
.BgClassName
{
background-color: #FABD30;
}
</style>
border-color css
<style>
span { border-color: #FABD30; }
span { border-color: rgb(250,189,48); }
td.TdClassName
{
border-color: #FABD30;
}
.TagClassName
{
border-color: #FABD30;
}
</style>