Shades of Yellow #FBF706
Tints of Yellow #FBF706
RGB
CMYK
RGB Variations
Color information
#FBF706 (or 0xFBF706) is known color: Yellow. HEX triplet: FB, F7 and 06. RGB value is (251,247,6). Sum of RGB (Red+Green+Blue) = 251+247+6=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 247 (96.88% from 255 or 49.01% from 504); Blue value is 6 (2.73% from 255 or 1.19% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF706 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF706 is #0408F9. Grayscale: #DDDDDD. Windows color (decimal): -264442 or 456699. OLE color: 456699.
HSL color Cylindrical-coordinate representation of color #FBF706: hue angle of 59.02º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FBF706 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 247 | 6 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.02 |
| HSL | 59.02º | 0.97% | 0.5% | - |
| HSV(B) | 59.02º | 0.98% | 0.98% | - |
| XYZ | 73.08 | 87.04 | 13.12 | - |
| YUV | 220.72 | 6.83 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 247 | 6 | 0 | 0.02 | 0.98 | 0.02 | 59.02 | 0.97 | 0.5 |
| Hex | FB | F7 | 6 | 0 | 2 | 62 | 2 | 3B | 61 | 32 |
| Octal | 373 | 367 | 6 | 0 | 2 | 142 | 2 | 73 | 141 | 62 |
| Binary | 11111011 | 11110111 | 110 | 0 | 10 | 1100010 | 10 | 111011 | 1100001 | 110010 |
Color Harmonies of #FBF706
Complementary color
Monochromatic Colors of #FBF706
Black with #FBF706
Text Example
Text Example
White with #FBF706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF706; }
p { color: rgb(251,247,6); }
H1.HeaderClassName
{
color: #FBF706;
}
.AnyTagClassName
{
color: #FBF706;
}
</style>
background-color css
<style>
a { background-color: #FBF706; }
a { background-color: rgb(251,247,6); }
div.DivClassName
{
background-color: #FBF706;
}
.BgClassName
{
background-color: #FBF706;
}
</style>
border-color css
<style>
span { border-color: #FBF706; }
span { border-color: rgb(251,247,6); }
td.TdClassName
{
border-color: #FBF706;
}
.TagClassName
{
border-color: #FBF706;
}
</style>