Shades of Saffron #FDBE30
Tints of Saffron #FDBE30
RGB
CMYK
RGB Variations
Color information
#FDBE30 (or 0xFDBE30) is known color: Saffron. HEX triplet: FD, BE and 30. RGB value is (253,190,48). Sum of RGB (Red+Green+Blue) = 253+190+48=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 48 (19.14% from 255 or 9.78% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBE30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBE30 is #0241CF. Grayscale: #C1C1C1. Windows color (decimal): -147920 or 3194621. OLE color: 3194621.
HSL color Cylindrical-coordinate representation of color #FDBE30: hue angle of 41.56º 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 #FDBE30 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 190 | 48 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.01 |
| HSL | 41.56º | 0.98% | 0.59% | - |
| HSV(B) | 41.56º | 0.81% | 0.99% | - |
| XYZ | 59.45 | 57.92 | 10.84 | - |
| YUV | 192.65 | 46.37 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 190 | 48 | 0 | 0.25 | 0.81 | 0.01 | 41.56 | 0.98 | 0.59 |
| Hex | FD | BE | 30 | 0 | 19 | 51 | 1 | 2A | 62 | 3B |
| Octal | 375 | 276 | 60 | 0 | 31 | 121 | 1 | 52 | 142 | 73 |
| Binary | 11111101 | 10111110 | 110000 | 0 | 11001 | 1010001 | 1 | 101010 | 1100010 | 111011 |
Color Harmonies of #FDBE30
Complementary color
Monochromatic Colors of #FDBE30
Black with #FDBE30
Text Example
Text Example
White with #FDBE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBE30; }
p { color: rgb(253,190,48); }
H1.HeaderClassName
{
color: #FDBE30;
}
.AnyTagClassName
{
color: #FDBE30;
}
</style>
background-color css
<style>
a { background-color: #FDBE30; }
a { background-color: rgb(253,190,48); }
div.DivClassName
{
background-color: #FDBE30;
}
.BgClassName
{
background-color: #FDBE30;
}
</style>
border-color css
<style>
span { border-color: #FDBE30; }
span { border-color: rgb(253,190,48); }
td.TdClassName
{
border-color: #FDBE30;
}
.TagClassName
{
border-color: #FDBE30;
}
</style>