Shades of Saffron #F7BD28
Tints of Saffron #F7BD28
RGB
CMYK
RGB Variations
Color information
#F7BD28 (or 0xF7BD28) is known color: Saffron. HEX triplet: F7, BD and 28. RGB value is (247,189,40). Sum of RGB (Red+Green+Blue) = 247+189+40=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 40 (16.02% from 255 or 8.40% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BD28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7BD28 is #0842D7. Grayscale: #BEBEBE. Windows color (decimal): -541400 or 2670071. OLE color: 2670071.
HSL color Cylindrical-coordinate representation of color #F7BD28: hue angle of 43.19º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F7BD28 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 189 | 40 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.03 |
| HSL | 43.19º | 0.93% | 0.56% | - |
| HSV(B) | 43.19º | 0.84% | 0.97% | - |
| XYZ | 56.94 | 56.32 | 9.88 | - |
| YUV | 189.36 | 43.72 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 189 | 40 | 0 | 0.23 | 0.84 | 0.03 | 43.19 | 0.93 | 0.56 |
| Hex | F7 | BD | 28 | 0 | 17 | 54 | 3 | 2B | 5D | 38 |
| Octal | 367 | 275 | 50 | 0 | 27 | 124 | 3 | 53 | 135 | 70 |
| Binary | 11110111 | 10111101 | 101000 | 0 | 10111 | 1010100 | 11 | 101011 | 1011101 | 111000 |
Color Harmonies of #F7BD28
Complementary color
Monochromatic Colors of #F7BD28
Black with #F7BD28
Text Example
Text Example
White with #F7BD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BD28; }
p { color: rgb(247,189,40); }
H1.HeaderClassName
{
color: #F7BD28;
}
.AnyTagClassName
{
color: #F7BD28;
}
</style>
background-color css
<style>
a { background-color: #F7BD28; }
a { background-color: rgb(247,189,40); }
div.DivClassName
{
background-color: #F7BD28;
}
.BgClassName
{
background-color: #F7BD28;
}
</style>
border-color css
<style>
span { border-color: #F7BD28; }
span { border-color: rgb(247,189,40); }
td.TdClassName
{
border-color: #F7BD28;
}
.TagClassName
{
border-color: #F7BD28;
}
</style>