Shades of Yellow #FBF403
Tints of Yellow #FBF403
RGB
CMYK
RGB Variations
Color information
#FBF403 (or 0xFBF403) is known color: Yellow. HEX triplet: FB, F4 and 03. RGB value is (251,244,3). Sum of RGB (Red+Green+Blue) = 251+244+3=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 244 (95.70% from 255 or 49.00% from 498); Blue value is 3 (1.56% from 255 or 0.60% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF403 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF403 is #040BFC. Grayscale: #DBDBDB. Windows color (decimal): -265213 or 259323. OLE color: 259323.
HSL color Cylindrical-coordinate representation of color #FBF403: hue angle of 58.31º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FBF403 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 244 | 3 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.02 |
| HSL | 58.31º | 0.98% | 0.5% | - |
| HSV(B) | 58.31º | 0.99% | 0.98% | - |
| XYZ | 72.15 | 85.22 | 12.73 | - |
| YUV | 218.62 | 6.32 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 244 | 3 | 0 | 0.03 | 0.99 | 0.02 | 58.31 | 0.98 | 0.5 |
| Hex | FB | F4 | 3 | 0 | 3 | 63 | 2 | 3A | 62 | 32 |
| Octal | 373 | 364 | 3 | 0 | 3 | 143 | 2 | 72 | 142 | 62 |
| Binary | 11111011 | 11110100 | 11 | 0 | 11 | 1100011 | 10 | 111010 | 1100010 | 110010 |
Color Harmonies of #FBF403
Complementary color
Monochromatic Colors of #FBF403
Black with #FBF403
Text Example
Text Example
White with #FBF403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF403; }
p { color: rgb(251,244,3); }
H1.HeaderClassName
{
color: #FBF403;
}
.AnyTagClassName
{
color: #FBF403;
}
</style>
background-color css
<style>
a { background-color: #FBF403; }
a { background-color: rgb(251,244,3); }
div.DivClassName
{
background-color: #FBF403;
}
.BgClassName
{
background-color: #FBF403;
}
</style>
border-color css
<style>
span { border-color: #FBF403; }
span { border-color: rgb(251,244,3); }
td.TdClassName
{
border-color: #FBF403;
}
.TagClassName
{
border-color: #FBF403;
}
</style>