Shades of Saffron #FBC631
Tints of Saffron #FBC631
RGB
CMYK
RGB Variations
Color information
#FBC631 (or 0xFBC631) is known color: Saffron. HEX triplet: FB, C6 and 31. RGB value is (251,198,49). Sum of RGB (Red+Green+Blue) = 251+198+49=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 49 (19.53% from 255 or 9.84% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC631 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC631 is #0439CE. Grayscale: #C5C5C5. Windows color (decimal): -276943 or 3262203. OLE color: 3262203.
HSL color Cylindrical-coordinate representation of color #FBC631: hue angle of 44.26º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FBC631 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 49 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.02 |
| HSL | 44.26º | 0.96% | 0.59% | - |
| HSV(B) | 44.26º | 0.8% | 0.98% | - |
| XYZ | 60.53 | 61.12 | 11.51 | - |
| YUV | 196.86 | 44.56 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 49 | 0 | 0.21 | 0.80 | 0.02 | 44.26 | 0.96 | 0.59 |
| Hex | FB | C6 | 31 | 0 | 15 | 50 | 2 | 2C | 60 | 3B |
| Octal | 373 | 306 | 61 | 0 | 25 | 120 | 2 | 54 | 140 | 73 |
| Binary | 11111011 | 11000110 | 110001 | 0 | 10101 | 1010000 | 10 | 101100 | 1100000 | 111011 |
Color Harmonies of #FBC631
Complementary color
Monochromatic Colors of #FBC631
Black with #FBC631
Text Example
Text Example
White with #FBC631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC631; }
p { color: rgb(251,198,49); }
H1.HeaderClassName
{
color: #FBC631;
}
.AnyTagClassName
{
color: #FBC631;
}
</style>
background-color css
<style>
a { background-color: #FBC631; }
a { background-color: rgb(251,198,49); }
div.DivClassName
{
background-color: #FBC631;
}
.BgClassName
{
background-color: #FBC631;
}
</style>
border-color css
<style>
span { border-color: #FBC631; }
span { border-color: rgb(251,198,49); }
td.TdClassName
{
border-color: #FBC631;
}
.TagClassName
{
border-color: #FBC631;
}
</style>