Shades of Yellow #FCFE0F
Tints of Yellow #FCFE0F
RGB
CMYK
RGB Variations
Color information
#FCFE0F (or 0xFCFE0F) is known color: Yellow. HEX triplet: FC, FE and 0F. RGB value is (252,254,15). Sum of RGB (Red+Green+Blue) = 252+254+15=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 15 (6.25% from 255 or 2.88% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFE0F is #0301F0. Grayscale: #E3E3E3. Windows color (decimal): -197105 or 1048316. OLE color: 1048316.
HSL color Cylindrical-coordinate representation of color #FCFE0F: hue angle of 60.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCFE0F is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 15 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.00 |
| HSL | 60.5º | 0.99% | 0.53% | - |
| HSV(B) | 60.5º | 0.94% | 1% | - |
| XYZ | 75.67 | 91.61 | 14.15 | - |
| YUV | 226.16 | 8.84 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 15 | 0.01 | 0 | 0.94 | 0.00 | 60.5 | 0.99 | 0.53 |
| Hex | FC | FE | F | 1 | 0 | 5E | 0 | 3D | 63 | 35 |
| Octal | 374 | 376 | 17 | 1 | 0 | 136 | 0 | 75 | 143 | 65 |
| Binary | 11111100 | 11111110 | 1111 | 1 | 0 | 1011110 | 0 | 111101 | 1100011 | 110101 |
Color Harmonies of #FCFE0F
Complementary color
Monochromatic Colors of #FCFE0F
Black with #FCFE0F
Text Example
Text Example
White with #FCFE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE0F; }
p { color: rgb(252,254,15); }
H1.HeaderClassName
{
color: #FCFE0F;
}
.AnyTagClassName
{
color: #FCFE0F;
}
</style>
background-color css
<style>
a { background-color: #FCFE0F; }
a { background-color: rgb(252,254,15); }
div.DivClassName
{
background-color: #FCFE0F;
}
.BgClassName
{
background-color: #FCFE0F;
}
</style>
border-color css
<style>
span { border-color: #FCFE0F; }
span { border-color: rgb(252,254,15); }
td.TdClassName
{
border-color: #FCFE0F;
}
.TagClassName
{
border-color: #FCFE0F;
}
</style>