Shades of Yellow #FBFD0A
Tints of Yellow #FBFD0A
RGB
CMYK
RGB Variations
Color information
#FBFD0A (or 0xFBFD0A) is known color: Yellow. HEX triplet: FB, FD and 0A. RGB value is (251,253,10). Sum of RGB (Red+Green+Blue) = 251+253+10=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 253 (99.22% from 255 or 49.22% from 514); Blue value is 10 (4.30% from 255 or 1.95% from 514); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFD0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFD0A is #0402F5. Grayscale: #E1E1E1. Windows color (decimal): -262902 or 720379. OLE color: 720379.
HSL color Cylindrical-coordinate representation of color #FBFD0A: hue angle of 60.49º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FBFD0A is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 253 | 10 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.01 |
| HSL | 60.49º | 0.98% | 0.52% | - |
| HSV(B) | 60.49º | 0.96% | 0.99% | - |
| XYZ | 74.96 | 90.78 | 13.86 | - |
| YUV | 224.7 | 6.84 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 253 | 10 | 0.01 | 0 | 0.96 | 0.01 | 60.49 | 0.98 | 0.52 |
| Hex | FB | FD | A | 1 | 0 | 60 | 1 | 3C | 62 | 34 |
| Octal | 373 | 375 | 12 | 1 | 0 | 140 | 1 | 74 | 142 | 64 |
| Binary | 11111011 | 11111101 | 1010 | 1 | 0 | 1100000 | 1 | 111100 | 1100010 | 110100 |
Color Harmonies of #FBFD0A
Complementary color
Monochromatic Colors of #FBFD0A
Black with #FBFD0A
Text Example
Text Example
White with #FBFD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFD0A; }
p { color: rgb(251,253,10); }
H1.HeaderClassName
{
color: #FBFD0A;
}
.AnyTagClassName
{
color: #FBFD0A;
}
</style>
background-color css
<style>
a { background-color: #FBFD0A; }
a { background-color: rgb(251,253,10); }
div.DivClassName
{
background-color: #FBFD0A;
}
.BgClassName
{
background-color: #FBFD0A;
}
</style>
border-color css
<style>
span { border-color: #FBFD0A; }
span { border-color: rgb(251,253,10); }
td.TdClassName
{
border-color: #FBFD0A;
}
.TagClassName
{
border-color: #FBFD0A;
}
</style>