Shades of Yellow #FBFE0E
Tints of Yellow #FBFE0E
RGB
CMYK
RGB Variations
Color information
#FBFE0E (or 0xFBFE0E) is known color: Yellow. HEX triplet: FB, FE and 0E. RGB value is (251,254,14). Sum of RGB (Red+Green+Blue) = 251+254+14=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 14 (5.86% from 255 or 2.70% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFE0E is #0401F1. Grayscale: #E2E2E2. Windows color (decimal): -262642 or 982779. OLE color: 982779.
HSL color Cylindrical-coordinate representation of color #FBFE0E: hue angle of 60.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FBFE0E is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 14 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.00 |
| HSL | 60.75º | 0.99% | 0.53% | - |
| HSV(B) | 60.75º | 0.94% | 1% | - |
| XYZ | 75.3 | 91.42 | 14.09 | - |
| YUV | 225.74 | 8.51 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 14 | 0.01 | 0 | 0.94 | 0.00 | 60.75 | 0.99 | 0.53 |
| Hex | FB | FE | E | 1 | 0 | 5E | 0 | 3D | 63 | 35 |
| Octal | 373 | 376 | 16 | 1 | 0 | 136 | 0 | 75 | 143 | 65 |
| Binary | 11111011 | 11111110 | 1110 | 1 | 0 | 1011110 | 0 | 111101 | 1100011 | 110101 |
Color Harmonies of #FBFE0E
Complementary color
Monochromatic Colors of #FBFE0E
Black with #FBFE0E
Text Example
Text Example
White with #FBFE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFE0E; }
p { color: rgb(251,254,14); }
H1.HeaderClassName
{
color: #FBFE0E;
}
.AnyTagClassName
{
color: #FBFE0E;
}
</style>
background-color css
<style>
a { background-color: #FBFE0E; }
a { background-color: rgb(251,254,14); }
div.DivClassName
{
background-color: #FBFE0E;
}
.BgClassName
{
background-color: #FBFE0E;
}
</style>
border-color css
<style>
span { border-color: #FBFE0E; }
span { border-color: rgb(251,254,14); }
td.TdClassName
{
border-color: #FBFE0E;
}
.TagClassName
{
border-color: #FBFE0E;
}
</style>