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