Shades of Saffron #FDBE2C
Tints of Saffron #FDBE2C
RGB
CMYK
RGB Variations
Color information
#FDBE2C (or 0xFDBE2C) is known color: Saffron. HEX triplet: FD, BE and 2C. RGB value is (253,190,44). Sum of RGB (Red+Green+Blue) = 253+190+44=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 44 (17.58% from 255 or 9.03% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBE2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBE2C is #0241D3. Grayscale: #C0C0C0. Windows color (decimal): -147924 or 2932477. OLE color: 2932477.
HSL color Cylindrical-coordinate representation of color #FDBE2C: hue angle of 41.91º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDBE2C is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 190 | 44 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.01 |
| HSL | 41.91º | 0.98% | 0.58% | - |
| HSV(B) | 41.91º | 0.83% | 0.99% | - |
| XYZ | 59.38 | 57.89 | 10.43 | - |
| YUV | 192.19 | 44.37 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 190 | 44 | 0 | 0.25 | 0.83 | 0.01 | 41.91 | 0.98 | 0.58 |
| Hex | FD | BE | 2C | 0 | 19 | 53 | 1 | 2A | 62 | 3A |
| Octal | 375 | 276 | 54 | 0 | 31 | 123 | 1 | 52 | 142 | 72 |
| Binary | 11111101 | 10111110 | 101100 | 0 | 11001 | 1010011 | 1 | 101010 | 1100010 | 111010 |
Color Harmonies of #FDBE2C
Complementary color
Monochromatic Colors of #FDBE2C
Black with #FDBE2C
Text Example
Text Example
White with #FDBE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBE2C; }
p { color: rgb(253,190,44); }
H1.HeaderClassName
{
color: #FDBE2C;
}
.AnyTagClassName
{
color: #FDBE2C;
}
</style>
background-color css
<style>
a { background-color: #FDBE2C; }
a { background-color: rgb(253,190,44); }
div.DivClassName
{
background-color: #FDBE2C;
}
.BgClassName
{
background-color: #FDBE2C;
}
</style>
border-color css
<style>
span { border-color: #FDBE2C; }
span { border-color: rgb(253,190,44); }
td.TdClassName
{
border-color: #FDBE2C;
}
.TagClassName
{
border-color: #FDBE2C;
}
</style>