Shades of Yellow #FBFD03
Tints of Yellow #FBFD03
RGB
CMYK
RGB Variations
Color information
#FBFD03 (or 0xFBFD03) is known color: Yellow. HEX triplet: FB, FD and 03. RGB value is (251,253,3). Sum of RGB (Red+Green+Blue) = 251+253+3=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 3 (1.56% from 255 or 0.59% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFD03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFD03 is #0402FC. Grayscale: #E0E0E0. Windows color (decimal): -262909 or 261627. OLE color: 261627.
HSL color Cylindrical-coordinate representation of color #FBFD03: hue angle of 60.48º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FBFD03 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 253 | 3 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.01 |
| HSL | 60.48º | 0.98% | 0.5% | - |
| HSV(B) | 60.48º | 0.99% | 0.99% | - |
| XYZ | 74.93 | 90.77 | 13.66 | - |
| YUV | 223.9 | 3.34 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 253 | 3 | 0.01 | 0 | 0.99 | 0.01 | 60.48 | 0.98 | 0.5 |
| Hex | FB | FD | 3 | 1 | 0 | 63 | 1 | 3C | 62 | 32 |
| Octal | 373 | 375 | 3 | 1 | 0 | 143 | 1 | 74 | 142 | 62 |
| Binary | 11111011 | 11111101 | 11 | 1 | 0 | 1100011 | 1 | 111100 | 1100010 | 110010 |
Color Harmonies of #FBFD03
Complementary color
Monochromatic Colors of #FBFD03
Black with #FBFD03
Text Example
Text Example
White with #FBFD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFD03; }
p { color: rgb(251,253,3); }
H1.HeaderClassName
{
color: #FBFD03;
}
.AnyTagClassName
{
color: #FBFD03;
}
</style>
background-color css
<style>
a { background-color: #FBFD03; }
a { background-color: rgb(251,253,3); }
div.DivClassName
{
background-color: #FBFD03;
}
.BgClassName
{
background-color: #FBFD03;
}
</style>
border-color css
<style>
span { border-color: #FBFD03; }
span { border-color: rgb(251,253,3); }
td.TdClassName
{
border-color: #FBFD03;
}
.TagClassName
{
border-color: #FBFD03;
}
</style>