Shades of Saffron #F9BD2D
Tints of Saffron #F9BD2D
RGB
CMYK
RGB Variations
Color information
#F9BD2D (or 0xF9BD2D) is known color: Saffron. HEX triplet: F9, BD and 2D. RGB value is (249,189,45). Sum of RGB (Red+Green+Blue) = 249+189+45=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 45 (17.97% from 255 or 9.32% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BD2D is #0642D2. Grayscale: #BFBFBF. Windows color (decimal): -410323 or 2997753. OLE color: 2997753.
HSL color Cylindrical-coordinate representation of color #F9BD2D: hue angle of 42.35º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9BD2D is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 189 | 45 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.02 |
| HSL | 42.35º | 0.94% | 0.58% | - |
| HSV(B) | 42.35º | 0.82% | 0.98% | - |
| XYZ | 57.74 | 56.72 | 10.39 | - |
| YUV | 190.52 | 45.88 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 189 | 45 | 0 | 0.24 | 0.82 | 0.02 | 42.35 | 0.94 | 0.58 |
| Hex | F9 | BD | 2D | 0 | 18 | 52 | 2 | 2A | 5E | 3A |
| Octal | 371 | 275 | 55 | 0 | 30 | 122 | 2 | 52 | 136 | 72 |
| Binary | 11111001 | 10111101 | 101101 | 0 | 11000 | 1010010 | 10 | 101010 | 1011110 | 111010 |
Color Harmonies of #F9BD2D
Complementary color
Monochromatic Colors of #F9BD2D
Black with #F9BD2D
Text Example
Text Example
White with #F9BD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BD2D; }
p { color: rgb(249,189,45); }
H1.HeaderClassName
{
color: #F9BD2D;
}
.AnyTagClassName
{
color: #F9BD2D;
}
</style>
background-color css
<style>
a { background-color: #F9BD2D; }
a { background-color: rgb(249,189,45); }
div.DivClassName
{
background-color: #F9BD2D;
}
.BgClassName
{
background-color: #F9BD2D;
}
</style>
border-color css
<style>
span { border-color: #F9BD2D; }
span { border-color: rgb(249,189,45); }
td.TdClassName
{
border-color: #F9BD2D;
}
.TagClassName
{
border-color: #F9BD2D;
}
</style>