Shades of Saffron #FBC139
Tints of Saffron #FBC139
RGB
CMYK
RGB Variations
Color information
#FBC139 (or 0xFBC139) is known color: Saffron. HEX triplet: FB, C1 and 39. RGB value is (251,193,57). Sum of RGB (Red+Green+Blue) = 251+193+57=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 57 (22.66% from 255 or 11.38% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC139 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC139 is #043EC6. Grayscale: #C3C3C3. Windows color (decimal): -278215 or 3785211. OLE color: 3785211.
HSL color Cylindrical-coordinate representation of color #FBC139: hue angle of 42.06º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FBC139 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 57 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.02 |
| HSL | 42.06º | 0.96% | 0.6% | - |
| HSV(B) | 42.06º | 0.77% | 0.98% | - |
| XYZ | 59.59 | 58.94 | 12.11 | - |
| YUV | 194.84 | 50.22 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 57 | 0 | 0.23 | 0.77 | 0.02 | 42.06 | 0.96 | 0.6 |
| Hex | FB | C1 | 39 | 0 | 17 | 4D | 2 | 2A | 60 | 3C |
| Octal | 373 | 301 | 71 | 0 | 27 | 115 | 2 | 52 | 140 | 74 |
| Binary | 11111011 | 11000001 | 111001 | 0 | 10111 | 1001101 | 10 | 101010 | 1100000 | 111100 |
Color Harmonies of #FBC139
Complementary color
Monochromatic Colors of #FBC139
Black with #FBC139
Text Example
Text Example
White with #FBC139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC139; }
p { color: rgb(251,193,57); }
H1.HeaderClassName
{
color: #FBC139;
}
.AnyTagClassName
{
color: #FBC139;
}
</style>
background-color css
<style>
a { background-color: #FBC139; }
a { background-color: rgb(251,193,57); }
div.DivClassName
{
background-color: #FBC139;
}
.BgClassName
{
background-color: #FBC139;
}
</style>
border-color css
<style>
span { border-color: #FBC139; }
span { border-color: rgb(251,193,57); }
td.TdClassName
{
border-color: #FBC139;
}
.TagClassName
{
border-color: #FBC139;
}
</style>