Shades of Saffron #FDBF32
Tints of Saffron #FDBF32
RGB
CMYK
RGB Variations
Color information
#FDBF32 (or 0xFDBF32) is known color: Saffron. HEX triplet: FD, BF and 32. RGB value is (253,191,50). Sum of RGB (Red+Green+Blue) = 253+191+50=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 50 (19.92% from 255 or 10.12% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBF32 is #0240CD. Grayscale: #C2C2C2. Windows color (decimal): -147662 or 3325949. OLE color: 3325949.
HSL color Cylindrical-coordinate representation of color #FDBF32: hue angle of 41.67º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDBF32 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 50 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.01 |
| HSL | 41.67º | 0.98% | 0.59% | - |
| HSV(B) | 41.67º | 0.8% | 0.99% | - |
| XYZ | 59.71 | 58.37 | 11.14 | - |
| YUV | 193.46 | 47.04 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 50 | 0 | 0.25 | 0.80 | 0.01 | 41.67 | 0.98 | 0.59 |
| Hex | FD | BF | 32 | 0 | 19 | 50 | 1 | 2A | 62 | 3B |
| Octal | 375 | 277 | 62 | 0 | 31 | 120 | 1 | 52 | 142 | 73 |
| Binary | 11111101 | 10111111 | 110010 | 0 | 11001 | 1010000 | 1 | 101010 | 1100010 | 111011 |
Color Harmonies of #FDBF32
Complementary color
Monochromatic Colors of #FDBF32
Black with #FDBF32
Text Example
Text Example
White with #FDBF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBF32; }
p { color: rgb(253,191,50); }
H1.HeaderClassName
{
color: #FDBF32;
}
.AnyTagClassName
{
color: #FDBF32;
}
</style>
background-color css
<style>
a { background-color: #FDBF32; }
a { background-color: rgb(253,191,50); }
div.DivClassName
{
background-color: #FDBF32;
}
.BgClassName
{
background-color: #FDBF32;
}
</style>
border-color css
<style>
span { border-color: #FDBF32; }
span { border-color: rgb(253,191,50); }
td.TdClassName
{
border-color: #FDBF32;
}
.TagClassName
{
border-color: #FDBF32;
}
</style>