Shades of Saffron #FDBF31
Tints of Saffron #FDBF31
RGB
CMYK
RGB Variations
Color information
#FDBF31 (or 0xFDBF31) is known color: Saffron. HEX triplet: FD, BF and 31. RGB value is (253,191,49). Sum of RGB (Red+Green+Blue) = 253+191+49=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 49 (19.53% from 255 or 9.94% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBF31 is #0240CE. Grayscale: #C1C1C1. Windows color (decimal): -147663 or 3260413. OLE color: 3260413.
HSL color Cylindrical-coordinate representation of color #FDBF31: hue angle of 41.76º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDBF31 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 49 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.01 |
| HSL | 41.76º | 0.98% | 0.59% | - |
| HSV(B) | 41.76º | 0.81% | 0.99% | - |
| XYZ | 59.69 | 58.37 | 11.03 | - |
| YUV | 193.35 | 46.54 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 49 | 0 | 0.25 | 0.81 | 0.01 | 41.76 | 0.98 | 0.59 |
| Hex | FD | BF | 31 | 0 | 19 | 51 | 1 | 2A | 62 | 3B |
| Octal | 375 | 277 | 61 | 0 | 31 | 121 | 1 | 52 | 142 | 73 |
| Binary | 11111101 | 10111111 | 110001 | 0 | 11001 | 1010001 | 1 | 101010 | 1100010 | 111011 |
Color Harmonies of #FDBF31
Complementary color
Monochromatic Colors of #FDBF31
Black with #FDBF31
Text Example
Text Example
White with #FDBF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBF31; }
p { color: rgb(253,191,49); }
H1.HeaderClassName
{
color: #FDBF31;
}
.AnyTagClassName
{
color: #FDBF31;
}
</style>
background-color css
<style>
a { background-color: #FDBF31; }
a { background-color: rgb(253,191,49); }
div.DivClassName
{
background-color: #FDBF31;
}
.BgClassName
{
background-color: #FDBF31;
}
</style>
border-color css
<style>
span { border-color: #FDBF31; }
span { border-color: rgb(253,191,49); }
td.TdClassName
{
border-color: #FDBF31;
}
.TagClassName
{
border-color: #FDBF31;
}
</style>