Shades of Yellow #FEFA08
Tints of Yellow #FEFA08
RGB
CMYK
RGB Variations
Color information
#FEFA08 (or 0xFEFA08) is known color: Yellow. HEX triplet: FE, FA and 08. RGB value is (254,250,8). Sum of RGB (Red+Green+Blue) = 254+250+8=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 8 (3.52% from 255 or 1.56% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA08 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFA08 is #0105F7. Grayscale: #E0E0E0. Windows color (decimal): -67064 or 588542. OLE color: 588542.
HSL color Cylindrical-coordinate representation of color #FEFA08: hue angle of 59.02º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FEFA08 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 8 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.00 |
| HSL | 59.02º | 0.99% | 0.51% | - |
| HSV(B) | 59.02º | 0.97% | 1% | - |
| XYZ | 75.1 | 89.46 | 13.54 | - |
| YUV | 223.61 | 6.33 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 8 | 0 | 0.02 | 0.97 | 0.00 | 59.02 | 0.99 | 0.51 |
| Hex | FE | FA | 8 | 0 | 2 | 61 | 0 | 3B | 63 | 33 |
| Octal | 376 | 372 | 10 | 0 | 2 | 141 | 0 | 73 | 143 | 63 |
| Binary | 11111110 | 11111010 | 1000 | 0 | 10 | 1100001 | 0 | 111011 | 1100011 | 110011 |
Color Harmonies of #FEFA08
Complementary color
Monochromatic Colors of #FEFA08
Black with #FEFA08
Text Example
Text Example
White with #FEFA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA08; }
p { color: rgb(254,250,8); }
H1.HeaderClassName
{
color: #FEFA08;
}
.AnyTagClassName
{
color: #FEFA08;
}
</style>
background-color css
<style>
a { background-color: #FEFA08; }
a { background-color: rgb(254,250,8); }
div.DivClassName
{
background-color: #FEFA08;
}
.BgClassName
{
background-color: #FEFA08;
}
</style>
border-color css
<style>
span { border-color: #FEFA08; }
span { border-color: rgb(254,250,8); }
td.TdClassName
{
border-color: #FEFA08;
}
.TagClassName
{
border-color: #FEFA08;
}
</style>