Shades of Yellow #FBFE0D
Tints of Yellow #FBFE0D
RGB
CMYK
RGB Variations
Color information
#FBFE0D (or 0xFBFE0D) is known color: Yellow. HEX triplet: FB, FE and 0D. RGB value is (251,254,13). Sum of RGB (Red+Green+Blue) = 251+254+13=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 13 (5.47% from 255 or 2.51% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFE0D is #0401F2. Grayscale: #E2E2E2. Windows color (decimal): -262643 or 917243. OLE color: 917243.
HSL color Cylindrical-coordinate representation of color #FBFE0D: hue angle of 60.75º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FBFE0D is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 13 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.00 |
| HSL | 60.75º | 0.99% | 0.52% | - |
| HSV(B) | 60.75º | 0.95% | 1% | - |
| XYZ | 75.3 | 91.42 | 14.06 | - |
| YUV | 225.63 | 8.01 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 13 | 0.01 | 0 | 0.95 | 0.00 | 60.75 | 0.99 | 0.52 |
| Hex | FB | FE | D | 1 | 0 | 5F | 0 | 3D | 63 | 34 |
| Octal | 373 | 376 | 15 | 1 | 0 | 137 | 0 | 75 | 143 | 64 |
| Binary | 11111011 | 11111110 | 1101 | 1 | 0 | 1011111 | 0 | 111101 | 1100011 | 110100 |
Color Harmonies of #FBFE0D
Complementary color
Monochromatic Colors of #FBFE0D
Black with #FBFE0D
Text Example
Text Example
White with #FBFE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFE0D; }
p { color: rgb(251,254,13); }
H1.HeaderClassName
{
color: #FBFE0D;
}
.AnyTagClassName
{
color: #FBFE0D;
}
</style>
background-color css
<style>
a { background-color: #FBFE0D; }
a { background-color: rgb(251,254,13); }
div.DivClassName
{
background-color: #FBFE0D;
}
.BgClassName
{
background-color: #FBFE0D;
}
</style>
border-color css
<style>
span { border-color: #FBFE0D; }
span { border-color: rgb(251,254,13); }
td.TdClassName
{
border-color: #FBFE0D;
}
.TagClassName
{
border-color: #FBFE0D;
}
</style>