Shades of Saffron #FBC030
Tints of Saffron #FBC030
RGB
CMYK
RGB Variations
Color information
#FBC030 (or 0xFBC030) is known color: Saffron. HEX triplet: FB, C0 and 30. RGB value is (251,192,48). Sum of RGB (Red+Green+Blue) = 251+192+48=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 48 (19.14% from 255 or 9.78% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC030 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC030 is #043FCF. Grayscale: #C1C1C1. Windows color (decimal): -278480 or 3195131. OLE color: 3195131.
HSL color Cylindrical-coordinate representation of color #FBC030: hue angle of 42.56º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FBC030 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 48 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.02 |
| HSL | 42.56º | 0.96% | 0.59% | - |
| HSV(B) | 42.56º | 0.81% | 0.98% | - |
| XYZ | 59.17 | 58.42 | 10.95 | - |
| YUV | 193.23 | 46.05 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 48 | 0 | 0.24 | 0.81 | 0.02 | 42.56 | 0.96 | 0.59 |
| Hex | FB | C0 | 30 | 0 | 18 | 51 | 2 | 2B | 60 | 3B |
| Octal | 373 | 300 | 60 | 0 | 30 | 121 | 2 | 53 | 140 | 73 |
| Binary | 11111011 | 11000000 | 110000 | 0 | 11000 | 1010001 | 10 | 101011 | 1100000 | 111011 |
Color Harmonies of #FBC030
Complementary color
Monochromatic Colors of #FBC030
Black with #FBC030
Text Example
Text Example
White with #FBC030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC030; }
p { color: rgb(251,192,48); }
H1.HeaderClassName
{
color: #FBC030;
}
.AnyTagClassName
{
color: #FBC030;
}
</style>
background-color css
<style>
a { background-color: #FBC030; }
a { background-color: rgb(251,192,48); }
div.DivClassName
{
background-color: #FBC030;
}
.BgClassName
{
background-color: #FBC030;
}
</style>
border-color css
<style>
span { border-color: #FBC030; }
span { border-color: rgb(251,192,48); }
td.TdClassName
{
border-color: #FBC030;
}
.TagClassName
{
border-color: #FBC030;
}
</style>