Shades of Yellow #FBFF0F
Tints of Yellow #FBFF0F
RGB
CMYK
RGB Variations
Color information
#FBFF0F (or 0xFBFF0F) is known color: Yellow. HEX triplet: FB, FF and 0F. RGB value is (251,255,15). Sum of RGB (Red+Green+Blue) = 251+255+15=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 15 (6.25% from 255 or 2.88% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFF0F is #0400F0. Grayscale: #E3E3E3. Windows color (decimal): -262385 or 1048571. OLE color: 1048571.
HSL color Cylindrical-coordinate representation of color #FBFF0F: hue angle of 61º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FBFF0F is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 15 | - |
| CMYK | 0.02 | 0 | 0.94 | 0 |
| HSL | 61º | 1% | 0.53% | - |
| HSV(B) | 61º | 0.94% | 1% | - |
| XYZ | 75.63 | 92.06 | 14.24 | - |
| YUV | 226.44 | 8.67 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 15 | 0.02 | 0 | 0.94 | 0 | 61 | 1 | 0.53 |
| Hex | FB | FF | F | 2 | 0 | 5E | 0 | 3D | 64 | 35 |
| Octal | 373 | 377 | 17 | 2 | 0 | 136 | 0 | 75 | 144 | 65 |
| Binary | 11111011 | 11111111 | 1111 | 10 | 0 | 1011110 | 0 | 111101 | 1100100 | 110101 |
Color Harmonies of #FBFF0F
Complementary color
Monochromatic Colors of #FBFF0F
Black with #FBFF0F
Text Example
Text Example
White with #FBFF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFF0F; }
p { color: rgb(251,255,15); }
H1.HeaderClassName
{
color: #FBFF0F;
}
.AnyTagClassName
{
color: #FBFF0F;
}
</style>
background-color css
<style>
a { background-color: #FBFF0F; }
a { background-color: rgb(251,255,15); }
div.DivClassName
{
background-color: #FBFF0F;
}
.BgClassName
{
background-color: #FBFF0F;
}
</style>
border-color css
<style>
span { border-color: #FBFF0F; }
span { border-color: rgb(251,255,15); }
td.TdClassName
{
border-color: #FBFF0F;
}
.TagClassName
{
border-color: #FBFF0F;
}
</style>