Shades of Yellow #FBFC0F
Tints of Yellow #FBFC0F
RGB
CMYK
RGB Variations
Color information
#FBFC0F (or 0xFBFC0F) is known color: Yellow. HEX triplet: FB, FC and 0F. RGB value is (251,252,15). Sum of RGB (Red+Green+Blue) = 251+252+15=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 15 (6.25% from 255 or 2.90% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFC0F is #0403F0. Grayscale: #E1E1E1. Windows color (decimal): -263153 or 1047803. OLE color: 1047803.
HSL color Cylindrical-coordinate representation of color #FBFC0F: hue angle of 60.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FBFC0F is Cyan = 0.00, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 252 | 15 | - |
| CMYK | 0.00 | 0 | 0.94 | 0.01 |
| HSL | 60.25º | 0.98% | 0.52% | - |
| HSV(B) | 60.25º | 0.94% | 0.99% | - |
| XYZ | 74.68 | 90.16 | 13.92 | - |
| YUV | 224.68 | 9.67 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 252 | 15 | 0.00 | 0 | 0.94 | 0.01 | 60.25 | 0.98 | 0.52 |
| Hex | FB | FC | F | 0 | 0 | 5E | 1 | 3C | 62 | 34 |
| Octal | 373 | 374 | 17 | 0 | 0 | 136 | 1 | 74 | 142 | 64 |
| Binary | 11111011 | 11111100 | 1111 | 0 | 0 | 1011110 | 1 | 111100 | 1100010 | 110100 |
Color Harmonies of #FBFC0F
Complementary color
Monochromatic Colors of #FBFC0F
Black with #FBFC0F
Text Example
Text Example
White with #FBFC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFC0F; }
p { color: rgb(251,252,15); }
H1.HeaderClassName
{
color: #FBFC0F;
}
.AnyTagClassName
{
color: #FBFC0F;
}
</style>
background-color css
<style>
a { background-color: #FBFC0F; }
a { background-color: rgb(251,252,15); }
div.DivClassName
{
background-color: #FBFC0F;
}
.BgClassName
{
background-color: #FBFC0F;
}
</style>
border-color css
<style>
span { border-color: #FBFC0F; }
span { border-color: rgb(251,252,15); }
td.TdClassName
{
border-color: #FBFC0F;
}
.TagClassName
{
border-color: #FBFC0F;
}
</style>