Shades of Saffron #FBC82A
Tints of Saffron #FBC82A
RGB
CMYK
RGB Variations
Color information
#FBC82A (or 0xFBC82A) is known color: Saffron. HEX triplet: FB, C8 and 2A. RGB value is (251,200,42). Sum of RGB (Red+Green+Blue) = 251+200+42=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 42 (16.80% from 255 or 8.52% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC82A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC82A is #0437D5. Grayscale: #C5C5C5. Windows color (decimal): -276438 or 2803963. OLE color: 2803963.
HSL color Cylindrical-coordinate representation of color #FBC82A: hue angle of 45.36º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FBC82A is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 42 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.02 |
| HSL | 45.36º | 0.96% | 0.57% | - |
| HSV(B) | 45.36º | 0.83% | 0.98% | - |
| XYZ | 60.86 | 61.98 | 10.95 | - |
| YUV | 197.24 | 40.4 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 42 | 0 | 0.20 | 0.83 | 0.02 | 45.36 | 0.96 | 0.57 |
| Hex | FB | C8 | 2A | 0 | 14 | 53 | 2 | 2D | 60 | 39 |
| Octal | 373 | 310 | 52 | 0 | 24 | 123 | 2 | 55 | 140 | 71 |
| Binary | 11111011 | 11001000 | 101010 | 0 | 10100 | 1010011 | 10 | 101101 | 1100000 | 111001 |
Color Harmonies of #FBC82A
Complementary color
Monochromatic Colors of #FBC82A
Black with #FBC82A
Text Example
Text Example
White with #FBC82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC82A; }
p { color: rgb(251,200,42); }
H1.HeaderClassName
{
color: #FBC82A;
}
.AnyTagClassName
{
color: #FBC82A;
}
</style>
background-color css
<style>
a { background-color: #FBC82A; }
a { background-color: rgb(251,200,42); }
div.DivClassName
{
background-color: #FBC82A;
}
.BgClassName
{
background-color: #FBC82A;
}
</style>
border-color css
<style>
span { border-color: #FBC82A; }
span { border-color: rgb(251,200,42); }
td.TdClassName
{
border-color: #FBC82A;
}
.TagClassName
{
border-color: #FBC82A;
}
</style>