Shades of Saffron #FBC02A
Tints of Saffron #FBC02A
RGB
CMYK
RGB Variations
Color information
#FBC02A (or 0xFBC02A) is known color: Saffron. HEX triplet: FB, C0 and 2A. RGB value is (251,192,42). Sum of RGB (Red+Green+Blue) = 251+192+42=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 42 (16.80% from 255 or 8.66% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC02A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC02A is #043FD5. Grayscale: #C1C1C1. Windows color (decimal): -278486 or 2801915. OLE color: 2801915.
HSL color Cylindrical-coordinate representation of color #FBC02A: hue angle of 43.06º 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 #FBC02A is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 42 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.02 |
| HSL | 43.06º | 0.96% | 0.57% | - |
| HSV(B) | 43.06º | 0.83% | 0.98% | - |
| XYZ | 59.05 | 58.38 | 10.35 | - |
| YUV | 192.54 | 43.05 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 42 | 0 | 0.24 | 0.83 | 0.02 | 43.06 | 0.96 | 0.57 |
| Hex | FB | C0 | 2A | 0 | 18 | 53 | 2 | 2B | 60 | 39 |
| Octal | 373 | 300 | 52 | 0 | 30 | 123 | 2 | 53 | 140 | 71 |
| Binary | 11111011 | 11000000 | 101010 | 0 | 11000 | 1010011 | 10 | 101011 | 1100000 | 111001 |
Color Harmonies of #FBC02A
Complementary color
Monochromatic Colors of #FBC02A
Black with #FBC02A
Text Example
Text Example
White with #FBC02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC02A; }
p { color: rgb(251,192,42); }
H1.HeaderClassName
{
color: #FBC02A;
}
.AnyTagClassName
{
color: #FBC02A;
}
</style>
background-color css
<style>
a { background-color: #FBC02A; }
a { background-color: rgb(251,192,42); }
div.DivClassName
{
background-color: #FBC02A;
}
.BgClassName
{
background-color: #FBC02A;
}
</style>
border-color css
<style>
span { border-color: #FBC02A; }
span { border-color: rgb(251,192,42); }
td.TdClassName
{
border-color: #FBC02A;
}
.TagClassName
{
border-color: #FBC02A;
}
</style>