Shades of Yellow #FBF407
Tints of Yellow #FBF407
RGB
CMYK
RGB Variations
Color information
#FBF407 (or 0xFBF407) is known color: Yellow. HEX triplet: FB, F4 and 07. RGB value is (251,244,7). Sum of RGB (Red+Green+Blue) = 251+244+7=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 244 (95.70% from 255 or 48.61% from 502); Blue value is 7 (3.12% from 255 or 1.39% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF407 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF407 is #040BF8. Grayscale: #DCDCDC. Windows color (decimal): -265209 or 521467. OLE color: 521467.
HSL color Cylindrical-coordinate representation of color #FBF407: hue angle of 58.28º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FBF407 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 244 | 7 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.02 |
| HSL | 58.28º | 0.97% | 0.51% | - |
| HSV(B) | 58.28º | 0.97% | 0.98% | - |
| XYZ | 72.17 | 85.23 | 12.85 | - |
| YUV | 219.08 | 8.32 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 244 | 7 | 0 | 0.03 | 0.97 | 0.02 | 58.28 | 0.97 | 0.51 |
| Hex | FB | F4 | 7 | 0 | 3 | 61 | 2 | 3A | 61 | 33 |
| Octal | 373 | 364 | 7 | 0 | 3 | 141 | 2 | 72 | 141 | 63 |
| Binary | 11111011 | 11110100 | 111 | 0 | 11 | 1100001 | 10 | 111010 | 1100001 | 110011 |
Color Harmonies of #FBF407
Complementary color
Monochromatic Colors of #FBF407
Black with #FBF407
Text Example
Text Example
White with #FBF407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF407; }
p { color: rgb(251,244,7); }
H1.HeaderClassName
{
color: #FBF407;
}
.AnyTagClassName
{
color: #FBF407;
}
</style>
background-color css
<style>
a { background-color: #FBF407; }
a { background-color: rgb(251,244,7); }
div.DivClassName
{
background-color: #FBF407;
}
.BgClassName
{
background-color: #FBF407;
}
</style>
border-color css
<style>
span { border-color: #FBF407; }
span { border-color: rgb(251,244,7); }
td.TdClassName
{
border-color: #FBF407;
}
.TagClassName
{
border-color: #FBF407;
}
</style>