Shades of Saffron #FDBD2E
Tints of Saffron #FDBD2E
RGB
CMYK
RGB Variations
Color information
#FDBD2E (or 0xFDBD2E) is known color: Saffron. HEX triplet: FD, BD and 2E. RGB value is (253,189,46). Sum of RGB (Red+Green+Blue) = 253+189+46=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 46 (18.36% from 255 or 9.43% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBD2E is #0242D1. Grayscale: #C0C0C0. Windows color (decimal): -148178 or 3063293. OLE color: 3063293.
HSL color Cylindrical-coordinate representation of color #FDBD2E: hue angle of 41.45º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDBD2E is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 46 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.01 |
| HSL | 41.45º | 0.98% | 0.59% | - |
| HSV(B) | 41.45º | 0.82% | 0.99% | - |
| XYZ | 59.2 | 57.48 | 10.56 | - |
| YUV | 191.83 | 45.7 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 46 | 0 | 0.25 | 0.82 | 0.01 | 41.45 | 0.98 | 0.59 |
| Hex | FD | BD | 2E | 0 | 19 | 52 | 1 | 29 | 62 | 3B |
| Octal | 375 | 275 | 56 | 0 | 31 | 122 | 1 | 51 | 142 | 73 |
| Binary | 11111101 | 10111101 | 101110 | 0 | 11001 | 1010010 | 1 | 101001 | 1100010 | 111011 |
Color Harmonies of #FDBD2E
Complementary color
Monochromatic Colors of #FDBD2E
Black with #FDBD2E
Text Example
Text Example
White with #FDBD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD2E; }
p { color: rgb(253,189,46); }
H1.HeaderClassName
{
color: #FDBD2E;
}
.AnyTagClassName
{
color: #FDBD2E;
}
</style>
background-color css
<style>
a { background-color: #FDBD2E; }
a { background-color: rgb(253,189,46); }
div.DivClassName
{
background-color: #FDBD2E;
}
.BgClassName
{
background-color: #FDBD2E;
}
</style>
border-color css
<style>
span { border-color: #FDBD2E; }
span { border-color: rgb(253,189,46); }
td.TdClassName
{
border-color: #FDBD2E;
}
.TagClassName
{
border-color: #FDBD2E;
}
</style>