Shades of Yellow #FEFA0D
Tints of Yellow #FEFA0D
RGB
CMYK
RGB Variations
Color information
#FEFA0D (or 0xFEFA0D) is known color: Yellow. HEX triplet: FE, FA and 0D. RGB value is (254,250,13). Sum of RGB (Red+Green+Blue) = 254+250+13=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 13 (5.47% from 255 or 2.51% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFA0D is #0105F2. Grayscale: #E1E1E1. Windows color (decimal): -67059 or 916222. OLE color: 916222.
HSL color Cylindrical-coordinate representation of color #FEFA0D: hue angle of 59º 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 #FEFA0D is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 13 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.00 |
| HSL | 59º | 0.99% | 0.52% | - |
| HSV(B) | 59º | 0.95% | 1% | - |
| XYZ | 75.13 | 89.47 | 13.69 | - |
| YUV | 224.18 | 8.83 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 13 | 0 | 0.02 | 0.95 | 0.00 | 59 | 0.99 | 0.52 |
| Hex | FE | FA | D | 0 | 2 | 5F | 0 | 3B | 63 | 34 |
| Octal | 376 | 372 | 15 | 0 | 2 | 137 | 0 | 73 | 143 | 64 |
| Binary | 11111110 | 11111010 | 1101 | 0 | 10 | 1011111 | 0 | 111011 | 1100011 | 110100 |
Color Harmonies of #FEFA0D
Complementary color
Monochromatic Colors of #FEFA0D
Black with #FEFA0D
Text Example
Text Example
White with #FEFA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA0D; }
p { color: rgb(254,250,13); }
H1.HeaderClassName
{
color: #FEFA0D;
}
.AnyTagClassName
{
color: #FEFA0D;
}
</style>
background-color css
<style>
a { background-color: #FEFA0D; }
a { background-color: rgb(254,250,13); }
div.DivClassName
{
background-color: #FEFA0D;
}
.BgClassName
{
background-color: #FEFA0D;
}
</style>
border-color css
<style>
span { border-color: #FEFA0D; }
span { border-color: rgb(254,250,13); }
td.TdClassName
{
border-color: #FEFA0D;
}
.TagClassName
{
border-color: #FEFA0D;
}
</style>