Shades of Selective Yellow #FBBC0D
Tints of Selective Yellow #FBBC0D
RGB
CMYK
RGB Variations
Color information
#FBBC0D (or 0xFBBC0D) is known color: Selective Yellow. HEX triplet: FB, BC and 0D. RGB value is (251,188,13). Sum of RGB (Red+Green+Blue) = 251+188+13=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 13 (5.47% from 255 or 2.88% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBBC0D is #0443F2. Grayscale: #BBBBBB. Windows color (decimal): -279539 or 900347. OLE color: 900347.
HSL color Cylindrical-coordinate representation of color #FBBC0D: hue angle of 44.12º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FBBC0D is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 13 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.02 |
| HSL | 44.12º | 0.97% | 0.52% | - |
| HSV(B) | 44.12º | 0.95% | 0.98% | - |
| XYZ | 57.84 | 56.5 | 8.24 | - |
| YUV | 186.89 | 29.87 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 13 | 0 | 0.25 | 0.95 | 0.02 | 44.12 | 0.97 | 0.52 |
| Hex | FB | BC | D | 0 | 19 | 5F | 2 | 2C | 61 | 34 |
| Octal | 373 | 274 | 15 | 0 | 31 | 137 | 2 | 54 | 141 | 64 |
| Binary | 11111011 | 10111100 | 1101 | 0 | 11001 | 1011111 | 10 | 101100 | 1100001 | 110100 |
Color Harmonies of #FBBC0D
Complementary color
Monochromatic Colors of #FBBC0D
Black with #FBBC0D
Text Example
Text Example
White with #FBBC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBC0D; }
p { color: rgb(251,188,13); }
H1.HeaderClassName
{
color: #FBBC0D;
}
.AnyTagClassName
{
color: #FBBC0D;
}
</style>
background-color css
<style>
a { background-color: #FBBC0D; }
a { background-color: rgb(251,188,13); }
div.DivClassName
{
background-color: #FBBC0D;
}
.BgClassName
{
background-color: #FBBC0D;
}
</style>
border-color css
<style>
span { border-color: #FBBC0D; }
span { border-color: rgb(251,188,13); }
td.TdClassName
{
border-color: #FBBC0D;
}
.TagClassName
{
border-color: #FBBC0D;
}
</style>