Shades of Selective Yellow #FBBC0F
Tints of Selective Yellow #FBBC0F
RGB
CMYK
RGB Variations
Color information
#FBBC0F (or 0xFBBC0F) is known color: Selective Yellow. HEX triplet: FB, BC and 0F. RGB value is (251,188,15). Sum of RGB (Red+Green+Blue) = 251+188+15=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 15 (6.25% from 255 or 3.30% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBC0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBBC0F is #0443F0. Grayscale: #BBBBBB. Windows color (decimal): -279537 or 1031419. OLE color: 1031419.
HSL color Cylindrical-coordinate representation of color #FBBC0F: hue angle of 43.98º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FBBC0F is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 15 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.02 |
| HSL | 43.98º | 0.97% | 0.52% | - |
| HSV(B) | 43.98º | 0.94% | 0.98% | - |
| XYZ | 57.85 | 56.51 | 8.31 | - |
| YUV | 187.12 | 30.87 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 15 | 0 | 0.25 | 0.94 | 0.02 | 43.98 | 0.97 | 0.52 |
| Hex | FB | BC | F | 0 | 19 | 5E | 2 | 2C | 61 | 34 |
| Octal | 373 | 274 | 17 | 0 | 31 | 136 | 2 | 54 | 141 | 64 |
| Binary | 11111011 | 10111100 | 1111 | 0 | 11001 | 1011110 | 10 | 101100 | 1100001 | 110100 |
Color Harmonies of #FBBC0F
Complementary color
Monochromatic Colors of #FBBC0F
Black with #FBBC0F
Text Example
Text Example
White with #FBBC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBC0F; }
p { color: rgb(251,188,15); }
H1.HeaderClassName
{
color: #FBBC0F;
}
.AnyTagClassName
{
color: #FBBC0F;
}
</style>
background-color css
<style>
a { background-color: #FBBC0F; }
a { background-color: rgb(251,188,15); }
div.DivClassName
{
background-color: #FBBC0F;
}
.BgClassName
{
background-color: #FBBC0F;
}
</style>
border-color css
<style>
span { border-color: #FBBC0F; }
span { border-color: rgb(251,188,15); }
td.TdClassName
{
border-color: #FBBC0F;
}
.TagClassName
{
border-color: #FBBC0F;
}
</style>