Shades of Yellow #FBFE12
Tints of Yellow #FBFE12
RGB
CMYK
RGB Variations
Color information
#FBFE12 (or 0xFBFE12) is known color: Yellow. HEX triplet: FB, FE and 12. RGB value is (251,254,18). Sum of RGB (Red+Green+Blue) = 251+254+18=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 18 (7.42% from 255 or 3.44% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFE12 is #0401ED. Grayscale: #E3E3E3. Windows color (decimal): -262638 or 1244923. OLE color: 1244923.
HSL color Cylindrical-coordinate representation of color #FBFE12: hue angle of 60.76º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FBFE12 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 18 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.00 |
| HSL | 60.76º | 0.99% | 0.53% | - |
| HSV(B) | 60.76º | 0.93% | 1% | - |
| XYZ | 75.33 | 91.44 | 14.25 | - |
| YUV | 226.2 | 10.51 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 18 | 0.01 | 0 | 0.93 | 0.00 | 60.76 | 0.99 | 0.53 |
| Hex | FB | FE | 12 | 1 | 0 | 5D | 0 | 3D | 63 | 35 |
| Octal | 373 | 376 | 22 | 1 | 0 | 135 | 0 | 75 | 143 | 65 |
| Binary | 11111011 | 11111110 | 10010 | 1 | 0 | 1011101 | 0 | 111101 | 1100011 | 110101 |
Color Harmonies of #FBFE12
Complementary color
Monochromatic Colors of #FBFE12
Black with #FBFE12
Text Example
Text Example
White with #FBFE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFE12; }
p { color: rgb(251,254,18); }
H1.HeaderClassName
{
color: #FBFE12;
}
.AnyTagClassName
{
color: #FBFE12;
}
</style>
background-color css
<style>
a { background-color: #FBFE12; }
a { background-color: rgb(251,254,18); }
div.DivClassName
{
background-color: #FBFE12;
}
.BgClassName
{
background-color: #FBFE12;
}
</style>
border-color css
<style>
span { border-color: #FBFE12; }
span { border-color: rgb(251,254,18); }
td.TdClassName
{
border-color: #FBFE12;
}
.TagClassName
{
border-color: #FBFE12;
}
</style>