Shades of Saffron #FDBF2C
Tints of Saffron #FDBF2C
RGB
CMYK
RGB Variations
Color information
#FDBF2C (or 0xFDBF2C) is known color: Saffron. HEX triplet: FD, BF and 2C. RGB value is (253,191,44). Sum of RGB (Red+Green+Blue) = 253+191+44=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 44 (17.58% from 255 or 9.02% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBF2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBF2C is #0240D3. Grayscale: #C1C1C1. Windows color (decimal): -147668 or 2932733. OLE color: 2932733.
HSL color Cylindrical-coordinate representation of color #FDBF2C: hue angle of 42.2º 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 #FDBF2C is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 44 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.01 |
| HSL | 42.2º | 0.98% | 0.58% | - |
| HSV(B) | 42.2º | 0.83% | 0.99% | - |
| XYZ | 59.59 | 58.33 | 10.5 | - |
| YUV | 192.78 | 44.04 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 44 | 0 | 0.25 | 0.83 | 0.01 | 42.2 | 0.98 | 0.58 |
| Hex | FD | BF | 2C | 0 | 19 | 53 | 1 | 2A | 62 | 3A |
| Octal | 375 | 277 | 54 | 0 | 31 | 123 | 1 | 52 | 142 | 72 |
| Binary | 11111101 | 10111111 | 101100 | 0 | 11001 | 1010011 | 1 | 101010 | 1100010 | 111010 |
Color Harmonies of #FDBF2C
Complementary color
Monochromatic Colors of #FDBF2C
Black with #FDBF2C
Text Example
Text Example
White with #FDBF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBF2C; }
p { color: rgb(253,191,44); }
H1.HeaderClassName
{
color: #FDBF2C;
}
.AnyTagClassName
{
color: #FDBF2C;
}
</style>
background-color css
<style>
a { background-color: #FDBF2C; }
a { background-color: rgb(253,191,44); }
div.DivClassName
{
background-color: #FDBF2C;
}
.BgClassName
{
background-color: #FDBF2C;
}
</style>
border-color css
<style>
span { border-color: #FDBF2C; }
span { border-color: rgb(253,191,44); }
td.TdClassName
{
border-color: #FDBF2C;
}
.TagClassName
{
border-color: #FDBF2C;
}
</style>