Shades of Yellow #FBF400
Tints of Yellow #FBF400
RGB
CMYK
RGB Variations
Color information
#FBF400 (or 0xFBF400) is known color: Yellow. HEX triplet: FB, F4 and 00. RGB value is (251,244,0). Sum of RGB (Red+Green+Blue) = 251+244+0=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 244 (95.70% from 255 or 49.29% from 495); Blue value is 0 (0.39% from 255 or 0% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF400 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF400 is #040BFF. Grayscale: #DBDBDB. Windows color (decimal): -265216 or 62715. OLE color: 62715.
HSL color Cylindrical-coordinate representation of color #FBF400: hue angle of 58.33º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBF400 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 244 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.02 |
| HSL | 58.33º | 1% | 0.49% | - |
| HSV(B) | 58.33º | 1% | 0.98% | - |
| XYZ | 72.13 | 85.21 | 12.65 | - |
| YUV | 218.28 | 4.82 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 244 | 0 | 0 | 0.03 | 1 | 0.02 | 58.33 | 1 | 0.49 |
| Hex | FB | F4 | 0 | 0 | 3 | 64 | 2 | 3A | 64 | 31 |
| Octal | 373 | 364 | 0 | 0 | 3 | 144 | 2 | 72 | 144 | 61 |
| Binary | 11111011 | 11110100 | 0 | 0 | 11 | 1100100 | 10 | 111010 | 1100100 | 110001 |
Color Harmonies of #FBF400
Complementary color
Monochromatic Colors of #FBF400
Black with #FBF400
Text Example
Text Example
White with #FBF400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF400; }
p { color: rgb(251,244,0); }
H1.HeaderClassName
{
color: #FBF400;
}
.AnyTagClassName
{
color: #FBF400;
}
</style>
background-color css
<style>
a { background-color: #FBF400; }
a { background-color: rgb(251,244,0); }
div.DivClassName
{
background-color: #FBF400;
}
.BgClassName
{
background-color: #FBF400;
}
</style>
border-color css
<style>
span { border-color: #FBF400; }
span { border-color: rgb(251,244,0); }
td.TdClassName
{
border-color: #FBF400;
}
.TagClassName
{
border-color: #FBF400;
}
</style>