Shades of Yellow #FBF80D
Tints of Yellow #FBF80D
RGB
CMYK
RGB Variations
Color information
#FBF80D (or 0xFBF80D) is known color: Yellow. HEX triplet: FB, F8 and 0D. RGB value is (251,248,13). Sum of RGB (Red+Green+Blue) = 251+248+13=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 248 (97.27% from 255 or 48.44% from 512); Blue value is 13 (5.47% from 255 or 2.54% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF80D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF80D is #0407F2. Grayscale: #DFDFDF. Windows color (decimal): -264179 or 915707. OLE color: 915707.
HSL color Cylindrical-coordinate representation of color #FBF80D: hue angle of 59.24º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FBF80D is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 248 | 13 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.02 |
| HSL | 59.24º | 0.97% | 0.52% | - |
| HSV(B) | 59.24º | 0.95% | 0.98% | - |
| XYZ | 73.42 | 87.67 | 13.43 | - |
| YUV | 222.11 | 9.99 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 248 | 13 | 0 | 0.01 | 0.95 | 0.02 | 59.24 | 0.97 | 0.52 |
| Hex | FB | F8 | D | 0 | 1 | 5F | 2 | 3B | 61 | 34 |
| Octal | 373 | 370 | 15 | 0 | 1 | 137 | 2 | 73 | 141 | 64 |
| Binary | 11111011 | 11111000 | 1101 | 0 | 1 | 1011111 | 10 | 111011 | 1100001 | 110100 |
Color Harmonies of #FBF80D
Complementary color
Monochromatic Colors of #FBF80D
Black with #FBF80D
Text Example
Text Example
White with #FBF80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF80D; }
p { color: rgb(251,248,13); }
H1.HeaderClassName
{
color: #FBF80D;
}
.AnyTagClassName
{
color: #FBF80D;
}
</style>
background-color css
<style>
a { background-color: #FBF80D; }
a { background-color: rgb(251,248,13); }
div.DivClassName
{
background-color: #FBF80D;
}
.BgClassName
{
background-color: #FBF80D;
}
</style>
border-color css
<style>
span { border-color: #FBF80D; }
span { border-color: rgb(251,248,13); }
td.TdClassName
{
border-color: #FBF80D;
}
.TagClassName
{
border-color: #FBF80D;
}
</style>