Shades of Saffron #FBC13C
Tints of Saffron #FBC13C
RGB
CMYK
RGB Variations
Color information
#FBC13C (or 0xFBC13C) is known color: Saffron. HEX triplet: FB, C1 and 3C. RGB value is (251,193,60). Sum of RGB (Red+Green+Blue) = 251+193+60=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 60 (23.83% from 255 or 11.90% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC13C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC13C is #043EC3. Grayscale: #C3C3C3. Windows color (decimal): -278212 or 3981819. OLE color: 3981819.
HSL color Cylindrical-coordinate representation of color #FBC13C: hue angle of 41.78º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FBC13C is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 60 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.02 |
| HSL | 41.78º | 0.96% | 0.61% | - |
| HSV(B) | 41.78º | 0.76% | 0.98% | - |
| XYZ | 59.67 | 58.98 | 12.51 | - |
| YUV | 195.18 | 51.72 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 60 | 0 | 0.23 | 0.76 | 0.02 | 41.78 | 0.96 | 0.61 |
| Hex | FB | C1 | 3C | 0 | 17 | 4C | 2 | 2A | 60 | 3D |
| Octal | 373 | 301 | 74 | 0 | 27 | 114 | 2 | 52 | 140 | 75 |
| Binary | 11111011 | 11000001 | 111100 | 0 | 10111 | 1001100 | 10 | 101010 | 1100000 | 111101 |
Color Harmonies of #FBC13C
Complementary color
Monochromatic Colors of #FBC13C
Black with #FBC13C
Text Example
Text Example
White with #FBC13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC13C; }
p { color: rgb(251,193,60); }
H1.HeaderClassName
{
color: #FBC13C;
}
.AnyTagClassName
{
color: #FBC13C;
}
</style>
background-color css
<style>
a { background-color: #FBC13C; }
a { background-color: rgb(251,193,60); }
div.DivClassName
{
background-color: #FBC13C;
}
.BgClassName
{
background-color: #FBC13C;
}
</style>
border-color css
<style>
span { border-color: #FBC13C; }
span { border-color: rgb(251,193,60); }
td.TdClassName
{
border-color: #FBC13C;
}
.TagClassName
{
border-color: #FBC13C;
}
</style>