Shades of Yellow #FFFC0E
Tints of Yellow #FFFC0E
RGB
CMYK
RGB Variations
Color information
#FFFC0E (or 0xFFFC0E) is known color: Yellow. HEX triplet: FF, FC and 0E. RGB value is (255,252,14). Sum of RGB (Red+Green+Blue) = 255+252+14=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 14 (5.86% from 255 or 2.69% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFC0E is #0003F1. Grayscale: #E2E2E2. Windows color (decimal): -1010 or 982271. OLE color: 982271.
HSL color Cylindrical-coordinate representation of color #FFFC0E: hue angle of 59.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFFC0E is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 14 | - |
| CMYK | 0 | 0.01 | 0.95 | 0 |
| HSL | 59.25º | 1% | 0.53% | - |
| HSV(B) | 59.25º | 0.95% | 1% | - |
| XYZ | 76.13 | 90.91 | 13.95 | - |
| YUV | 225.77 | 8.49 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 14 | 0 | 0.01 | 0.95 | 0 | 59.25 | 1 | 0.53 |
| Hex | FF | FC | E | 0 | 1 | 5F | 0 | 3B | 64 | 35 |
| Octal | 377 | 374 | 16 | 0 | 1 | 137 | 0 | 73 | 144 | 65 |
| Binary | 11111111 | 11111100 | 1110 | 0 | 1 | 1011111 | 0 | 111011 | 1100100 | 110101 |
Color Harmonies of #FFFC0E
Complementary color
Monochromatic Colors of #FFFC0E
Black with #FFFC0E
Text Example
Text Example
White with #FFFC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC0E; }
p { color: rgb(255,252,14); }
H1.HeaderClassName
{
color: #FFFC0E;
}
.AnyTagClassName
{
color: #FFFC0E;
}
</style>
background-color css
<style>
a { background-color: #FFFC0E; }
a { background-color: rgb(255,252,14); }
div.DivClassName
{
background-color: #FFFC0E;
}
.BgClassName
{
background-color: #FFFC0E;
}
</style>
border-color css
<style>
span { border-color: #FFFC0E; }
span { border-color: rgb(255,252,14); }
td.TdClassName
{
border-color: #FFFC0E;
}
.TagClassName
{
border-color: #FFFC0E;
}
</style>