Shades of Yellow #FBFE02
Tints of Yellow #FBFE02
RGB
CMYK
RGB Variations
Color information
#FBFE02 (or 0xFBFE02) is known color: Yellow. HEX triplet: FB, FE and 02. RGB value is (251,254,2). Sum of RGB (Red+Green+Blue) = 251+254+2=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 2 (1.17% from 255 or 0.39% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFE02 is #0401FD. Grayscale: #E1E1E1. Windows color (decimal): -262654 or 196347. OLE color: 196347.
HSL color Cylindrical-coordinate representation of color #FBFE02: hue angle of 60.71º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FBFE02 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 2 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.00 |
| HSL | 60.71º | 0.99% | 0.5% | - |
| HSV(B) | 60.71º | 0.99% | 1% | - |
| XYZ | 75.24 | 91.4 | 13.73 | - |
| YUV | 224.38 | 2.51 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 2 | 0.01 | 0 | 0.99 | 0.00 | 60.71 | 0.99 | 0.5 |
| Hex | FB | FE | 2 | 1 | 0 | 63 | 0 | 3D | 63 | 32 |
| Octal | 373 | 376 | 2 | 1 | 0 | 143 | 0 | 75 | 143 | 62 |
| Binary | 11111011 | 11111110 | 10 | 1 | 0 | 1100011 | 0 | 111101 | 1100011 | 110010 |
Color Harmonies of #FBFE02
Complementary color
Monochromatic Colors of #FBFE02
Black with #FBFE02
Text Example
Text Example
White with #FBFE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFE02; }
p { color: rgb(251,254,2); }
H1.HeaderClassName
{
color: #FBFE02;
}
.AnyTagClassName
{
color: #FBFE02;
}
</style>
background-color css
<style>
a { background-color: #FBFE02; }
a { background-color: rgb(251,254,2); }
div.DivClassName
{
background-color: #FBFE02;
}
.BgClassName
{
background-color: #FBFE02;
}
</style>
border-color css
<style>
span { border-color: #FBFE02; }
span { border-color: rgb(251,254,2); }
td.TdClassName
{
border-color: #FBFE02;
}
.TagClassName
{
border-color: #FBFE02;
}
</style>