Shades of Saffron #FDBE31
Tints of Saffron #FDBE31
RGB
CMYK
RGB Variations
Color information
#FDBE31 (or 0xFDBE31) is known color: Saffron. HEX triplet: FD, BE and 31. RGB value is (253,190,49). Sum of RGB (Red+Green+Blue) = 253+190+49=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 49 (19.53% from 255 or 9.96% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBE31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBE31 is #0241CE. Grayscale: #C1C1C1. Windows color (decimal): -147919 or 3260157. OLE color: 3260157.
HSL color Cylindrical-coordinate representation of color #FDBE31: hue angle of 41.47º 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 #FDBE31 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 190 | 49 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.01 |
| HSL | 41.47º | 0.98% | 0.59% | - |
| HSV(B) | 41.47º | 0.81% | 0.99% | - |
| XYZ | 59.48 | 57.93 | 10.95 | - |
| YUV | 192.76 | 46.87 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 190 | 49 | 0 | 0.25 | 0.81 | 0.01 | 41.47 | 0.98 | 0.59 |
| Hex | FD | BE | 31 | 0 | 19 | 51 | 1 | 29 | 62 | 3B |
| Octal | 375 | 276 | 61 | 0 | 31 | 121 | 1 | 51 | 142 | 73 |
| Binary | 11111101 | 10111110 | 110001 | 0 | 11001 | 1010001 | 1 | 101001 | 1100010 | 111011 |
Color Harmonies of #FDBE31
Complementary color
Monochromatic Colors of #FDBE31
Black with #FDBE31
Text Example
Text Example
White with #FDBE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBE31; }
p { color: rgb(253,190,49); }
H1.HeaderClassName
{
color: #FDBE31;
}
.AnyTagClassName
{
color: #FDBE31;
}
</style>
background-color css
<style>
a { background-color: #FDBE31; }
a { background-color: rgb(253,190,49); }
div.DivClassName
{
background-color: #FDBE31;
}
.BgClassName
{
background-color: #FDBE31;
}
</style>
border-color css
<style>
span { border-color: #FDBE31; }
span { border-color: rgb(253,190,49); }
td.TdClassName
{
border-color: #FDBE31;
}
.TagClassName
{
border-color: #FDBE31;
}
</style>