Shades of Saffron #FFBF31
Tints of Saffron #FFBF31
RGB
CMYK
RGB Variations
Color information
#FFBF31 (or 0xFFBF31) is known color: Saffron. HEX triplet: FF, BF and 31. RGB value is (255,191,49). Sum of RGB (Red+Green+Blue) = 255+191+49=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 49 (19.53% from 255 or 9.90% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF31 is #0040CE. Grayscale: #C2C2C2. Windows color (decimal): -16591 or 3260415. OLE color: 3260415.
HSL color Cylindrical-coordinate representation of color #FFBF31: hue angle of 41.36º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFBF31 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 49 | - |
| CMYK | 0 | 0.25 | 0.81 | 0 |
| HSL | 41.36º | 1% | 0.6% | - |
| HSV(B) | 41.36º | 0.81% | 1% | - |
| XYZ | 60.43 | 58.74 | 11.06 | - |
| YUV | 193.95 | 46.2 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 49 | 0 | 0.25 | 0.81 | 0 | 41.36 | 1 | 0.6 |
| Hex | FF | BF | 31 | 0 | 19 | 51 | 0 | 29 | 64 | 3C |
| Octal | 377 | 277 | 61 | 0 | 31 | 121 | 0 | 51 | 144 | 74 |
| Binary | 11111111 | 10111111 | 110001 | 0 | 11001 | 1010001 | 0 | 101001 | 1100100 | 111100 |
Color Harmonies of #FFBF31
Complementary color
Monochromatic Colors of #FFBF31
Black with #FFBF31
Text Example
Text Example
White with #FFBF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF31; }
p { color: rgb(255,191,49); }
H1.HeaderClassName
{
color: #FFBF31;
}
.AnyTagClassName
{
color: #FFBF31;
}
</style>
background-color css
<style>
a { background-color: #FFBF31; }
a { background-color: rgb(255,191,49); }
div.DivClassName
{
background-color: #FFBF31;
}
.BgClassName
{
background-color: #FFBF31;
}
</style>
border-color css
<style>
span { border-color: #FFBF31; }
span { border-color: rgb(255,191,49); }
td.TdClassName
{
border-color: #FFBF31;
}
.TagClassName
{
border-color: #FFBF31;
}
</style>