Shades of Saffron #FDBF29
Tints of Saffron #FDBF29
RGB
CMYK
RGB Variations
Color information
#FDBF29 (or 0xFDBF29) is known color: Saffron. HEX triplet: FD, BF and 29. RGB value is (253,191,41). Sum of RGB (Red+Green+Blue) = 253+191+41=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 41 (16.41% from 255 or 8.45% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBF29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBF29 is #0240D6. Grayscale: #C1C1C1. Windows color (decimal): -147671 or 2736125. OLE color: 2736125.
HSL color Cylindrical-coordinate representation of color #FDBF29: hue angle of 42.45º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDBF29 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 41 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.01 |
| HSL | 42.45º | 0.98% | 0.58% | - |
| HSV(B) | 42.45º | 0.84% | 0.99% | - |
| XYZ | 59.54 | 58.3 | 10.21 | - |
| YUV | 192.44 | 42.54 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 41 | 0 | 0.25 | 0.84 | 0.01 | 42.45 | 0.98 | 0.58 |
| Hex | FD | BF | 29 | 0 | 19 | 54 | 1 | 2A | 62 | 3A |
| Octal | 375 | 277 | 51 | 0 | 31 | 124 | 1 | 52 | 142 | 72 |
| Binary | 11111101 | 10111111 | 101001 | 0 | 11001 | 1010100 | 1 | 101010 | 1100010 | 111010 |
Color Harmonies of #FDBF29
Complementary color
Monochromatic Colors of #FDBF29
Black with #FDBF29
Text Example
Text Example
White with #FDBF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBF29; }
p { color: rgb(253,191,41); }
H1.HeaderClassName
{
color: #FDBF29;
}
.AnyTagClassName
{
color: #FDBF29;
}
</style>
background-color css
<style>
a { background-color: #FDBF29; }
a { background-color: rgb(253,191,41); }
div.DivClassName
{
background-color: #FDBF29;
}
.BgClassName
{
background-color: #FDBF29;
}
</style>
border-color css
<style>
span { border-color: #FDBF29; }
span { border-color: rgb(253,191,41); }
td.TdClassName
{
border-color: #FDBF29;
}
.TagClassName
{
border-color: #FDBF29;
}
</style>