Shades of Yellow #FBFF0E
Tints of Yellow #FBFF0E
RGB
CMYK
RGB Variations
Color information
#FBFF0E (or 0xFBFF0E) is known color: Yellow. HEX triplet: FB, FF and 0E. RGB value is (251,255,14). Sum of RGB (Red+Green+Blue) = 251+255+14=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 14 (5.86% from 255 or 2.69% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFF0E is #0400F1. Grayscale: #E3E3E3. Windows color (decimal): -262386 or 983035. OLE color: 983035.
HSL color Cylindrical-coordinate representation of color #FBFF0E: hue angle of 61º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FBFF0E is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 14 | - |
| CMYK | 0.02 | 0 | 0.95 | 0 |
| HSL | 61º | 1% | 0.53% | - |
| HSV(B) | 61º | 0.95% | 1% | - |
| XYZ | 75.62 | 92.06 | 14.2 | - |
| YUV | 226.33 | 8.17 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 14 | 0.02 | 0 | 0.95 | 0 | 61 | 1 | 0.53 |
| Hex | FB | FF | E | 2 | 0 | 5F | 0 | 3D | 64 | 35 |
| Octal | 373 | 377 | 16 | 2 | 0 | 137 | 0 | 75 | 144 | 65 |
| Binary | 11111011 | 11111111 | 1110 | 10 | 0 | 1011111 | 0 | 111101 | 1100100 | 110101 |
Color Harmonies of #FBFF0E
Complementary color
Monochromatic Colors of #FBFF0E
Black with #FBFF0E
Text Example
Text Example
White with #FBFF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFF0E; }
p { color: rgb(251,255,14); }
H1.HeaderClassName
{
color: #FBFF0E;
}
.AnyTagClassName
{
color: #FBFF0E;
}
</style>
background-color css
<style>
a { background-color: #FBFF0E; }
a { background-color: rgb(251,255,14); }
div.DivClassName
{
background-color: #FBFF0E;
}
.BgClassName
{
background-color: #FBFF0E;
}
</style>
border-color css
<style>
span { border-color: #FBFF0E; }
span { border-color: rgb(251,255,14); }
td.TdClassName
{
border-color: #FBFF0E;
}
.TagClassName
{
border-color: #FBFF0E;
}
</style>