Shades of Yellow #FBF701
Tints of Yellow #FBF701
RGB
CMYK
RGB Variations
Color information
#FBF701 (or 0xFBF701) is known color: Yellow. HEX triplet: FB, F7 and 01. RGB value is (251,247,1). Sum of RGB (Red+Green+Blue) = 251+247+1=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 247 (96.88% from 255 or 49.50% from 499); Blue value is 1 (0.78% from 255 or 0.20% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF701 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF701 is #0408FE. Grayscale: #DDDDDD. Windows color (decimal): -264447 or 129019. OLE color: 129019.
HSL color Cylindrical-coordinate representation of color #FBF701: hue angle of 59.04º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBF701 is Cyan = 0, Magento = 0.02, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 247 | 1 | - |
| CMYK | 0 | 0.02 | 1.00 | 0.02 |
| HSL | 59.04º | 0.99% | 0.49% | - |
| HSV(B) | 59.04º | 1% | 0.98% | - |
| XYZ | 73.05 | 87.03 | 12.98 | - |
| YUV | 220.15 | 4.33 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 247 | 1 | 0 | 0.02 | 1.00 | 0.02 | 59.04 | 0.99 | 0.49 |
| Hex | FB | F7 | 1 | 0 | 2 | 64 | 2 | 3B | 63 | 31 |
| Octal | 373 | 367 | 1 | 0 | 2 | 144 | 2 | 73 | 143 | 61 |
| Binary | 11111011 | 11110111 | 1 | 0 | 10 | 1100100 | 10 | 111011 | 1100011 | 110001 |
Color Harmonies of #FBF701
Complementary color
Monochromatic Colors of #FBF701
Black with #FBF701
Text Example
Text Example
White with #FBF701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF701; }
p { color: rgb(251,247,1); }
H1.HeaderClassName
{
color: #FBF701;
}
.AnyTagClassName
{
color: #FBF701;
}
</style>
background-color css
<style>
a { background-color: #FBF701; }
a { background-color: rgb(251,247,1); }
div.DivClassName
{
background-color: #FBF701;
}
.BgClassName
{
background-color: #FBF701;
}
</style>
border-color css
<style>
span { border-color: #FBF701; }
span { border-color: rgb(251,247,1); }
td.TdClassName
{
border-color: #FBF701;
}
.TagClassName
{
border-color: #FBF701;
}
</style>