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