Shades of Yellow #FEFB0D
Tints of Yellow #FEFB0D
RGB
CMYK
RGB Variations
Color information
#FEFB0D (or 0xFEFB0D) is known color: Yellow. HEX triplet: FE, FB and 0D. RGB value is (254,251,13). Sum of RGB (Red+Green+Blue) = 254+251+13=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 13 (5.47% from 255 or 2.51% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFB0D is #0104F2. Grayscale: #E1E1E1. Windows color (decimal): -66803 or 916478. OLE color: 916478.
HSL color Cylindrical-coordinate representation of color #FEFB0D: hue angle of 59.25º 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 #FEFB0D is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 251 | 13 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.00 |
| HSL | 59.25º | 0.99% | 0.52% | - |
| HSV(B) | 59.25º | 0.95% | 1% | - |
| XYZ | 75.44 | 90.09 | 13.79 | - |
| YUV | 224.77 | 8.49 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 251 | 13 | 0 | 0.01 | 0.95 | 0.00 | 59.25 | 0.99 | 0.52 |
| Hex | FE | FB | D | 0 | 1 | 5F | 0 | 3B | 63 | 34 |
| Octal | 376 | 373 | 15 | 0 | 1 | 137 | 0 | 73 | 143 | 64 |
| Binary | 11111110 | 11111011 | 1101 | 0 | 1 | 1011111 | 0 | 111011 | 1100011 | 110100 |
Color Harmonies of #FEFB0D
Complementary color
Monochromatic Colors of #FEFB0D
Black with #FEFB0D
Text Example
Text Example
White with #FEFB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFB0D; }
p { color: rgb(254,251,13); }
H1.HeaderClassName
{
color: #FEFB0D;
}
.AnyTagClassName
{
color: #FEFB0D;
}
</style>
background-color css
<style>
a { background-color: #FEFB0D; }
a { background-color: rgb(254,251,13); }
div.DivClassName
{
background-color: #FEFB0D;
}
.BgClassName
{
background-color: #FEFB0D;
}
</style>
border-color css
<style>
span { border-color: #FEFB0D; }
span { border-color: rgb(254,251,13); }
td.TdClassName
{
border-color: #FEFB0D;
}
.TagClassName
{
border-color: #FEFB0D;
}
</style>