Shades of Yellow #FBFC10
Tints of Yellow #FBFC10
RGB
CMYK
RGB Variations
Color information
#FBFC10 (or 0xFBFC10) is known color: Yellow. HEX triplet: FB, FC and 10. RGB value is (251,252,16). Sum of RGB (Red+Green+Blue) = 251+252+16=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 16 (6.64% from 255 or 3.08% from 519); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFC10 is #0403EF. Grayscale: #E1E1E1. Windows color (decimal): -263152 or 1113339. OLE color: 1113339.
HSL color Cylindrical-coordinate representation of color #FBFC10: hue angle of 60.25º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FBFC10 is Cyan = 0.00, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 252 | 16 | - |
| CMYK | 0.00 | 0 | 0.94 | 0.01 |
| HSL | 60.25º | 0.98% | 0.53% | - |
| HSV(B) | 60.25º | 0.94% | 0.99% | - |
| XYZ | 74.69 | 90.17 | 13.96 | - |
| YUV | 224.8 | 10.17 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 252 | 16 | 0.00 | 0 | 0.94 | 0.01 | 60.25 | 0.98 | 0.53 |
| Hex | FB | FC | 10 | 0 | 0 | 5E | 1 | 3C | 62 | 35 |
| Octal | 373 | 374 | 20 | 0 | 0 | 136 | 1 | 74 | 142 | 65 |
| Binary | 11111011 | 11111100 | 10000 | 0 | 0 | 1011110 | 1 | 111100 | 1100010 | 110101 |
Color Harmonies of #FBFC10
Complementary color
Monochromatic Colors of #FBFC10
Black with #FBFC10
Text Example
Text Example
White with #FBFC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFC10; }
p { color: rgb(251,252,16); }
H1.HeaderClassName
{
color: #FBFC10;
}
.AnyTagClassName
{
color: #FBFC10;
}
</style>
background-color css
<style>
a { background-color: #FBFC10; }
a { background-color: rgb(251,252,16); }
div.DivClassName
{
background-color: #FBFC10;
}
.BgClassName
{
background-color: #FBFC10;
}
</style>
border-color css
<style>
span { border-color: #FBFC10; }
span { border-color: rgb(251,252,16); }
td.TdClassName
{
border-color: #FBFC10;
}
.TagClassName
{
border-color: #FBFC10;
}
</style>