Shades of Saffron #FBC729
Tints of Saffron #FBC729
RGB
CMYK
RGB Variations
Color information
#FBC729 (or 0xFBC729) is known color: Saffron. HEX triplet: FB, C7 and 29. RGB value is (251,199,41). Sum of RGB (Red+Green+Blue) = 251+199+41=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 41 (16.41% from 255 or 8.35% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC729 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC729 is #0438D6. Grayscale: #C5C5C5. Windows color (decimal): -276695 or 2738171. OLE color: 2738171.
HSL color Cylindrical-coordinate representation of color #FBC729: hue angle of 45.14º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FBC729 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 41 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.02 |
| HSL | 45.14º | 0.96% | 0.57% | - |
| HSV(B) | 45.14º | 0.84% | 0.98% | - |
| XYZ | 60.61 | 61.52 | 10.78 | - |
| YUV | 196.54 | 40.23 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 41 | 0 | 0.21 | 0.84 | 0.02 | 45.14 | 0.96 | 0.57 |
| Hex | FB | C7 | 29 | 0 | 15 | 54 | 2 | 2D | 60 | 39 |
| Octal | 373 | 307 | 51 | 0 | 25 | 124 | 2 | 55 | 140 | 71 |
| Binary | 11111011 | 11000111 | 101001 | 0 | 10101 | 1010100 | 10 | 101101 | 1100000 | 111001 |
Color Harmonies of #FBC729
Complementary color
Monochromatic Colors of #FBC729
Black with #FBC729
Text Example
Text Example
White with #FBC729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC729; }
p { color: rgb(251,199,41); }
H1.HeaderClassName
{
color: #FBC729;
}
.AnyTagClassName
{
color: #FBC729;
}
</style>
background-color css
<style>
a { background-color: #FBC729; }
a { background-color: rgb(251,199,41); }
div.DivClassName
{
background-color: #FBC729;
}
.BgClassName
{
background-color: #FBC729;
}
</style>
border-color css
<style>
span { border-color: #FBC729; }
span { border-color: rgb(251,199,41); }
td.TdClassName
{
border-color: #FBC729;
}
.TagClassName
{
border-color: #FBC729;
}
</style>