Shades of Yellow #FEFC0B
Tints of Yellow #FEFC0B
RGB
CMYK
RGB Variations
Color information
#FEFC0B (or 0xFEFC0B) is known color: Yellow. HEX triplet: FE, FC and 0B. RGB value is (254,252,11). Sum of RGB (Red+Green+Blue) = 254+252+11=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 11 (4.69% from 255 or 2.13% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFC0B is #0103F4. Grayscale: #E2E2E2. Windows color (decimal): -66549 or 785662. OLE color: 785662.
HSL color Cylindrical-coordinate representation of color #FEFC0B: hue angle of 59.51º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEFC0B is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 11 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.00 |
| HSL | 59.51º | 0.99% | 0.52% | - |
| HSV(B) | 59.51º | 0.96% | 1% | - |
| XYZ | 75.74 | 90.72 | 13.83 | - |
| YUV | 225.12 | 7.16 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 11 | 0 | 0.01 | 0.96 | 0.00 | 59.51 | 0.99 | 0.52 |
| Hex | FE | FC | B | 0 | 1 | 60 | 0 | 3C | 63 | 34 |
| Octal | 376 | 374 | 13 | 0 | 1 | 140 | 0 | 74 | 143 | 64 |
| Binary | 11111110 | 11111100 | 1011 | 0 | 1 | 1100000 | 0 | 111100 | 1100011 | 110100 |
Color Harmonies of #FEFC0B
Complementary color
Monochromatic Colors of #FEFC0B
Black with #FEFC0B
Text Example
Text Example
White with #FEFC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC0B; }
p { color: rgb(254,252,11); }
H1.HeaderClassName
{
color: #FEFC0B;
}
.AnyTagClassName
{
color: #FEFC0B;
}
</style>
background-color css
<style>
a { background-color: #FEFC0B; }
a { background-color: rgb(254,252,11); }
div.DivClassName
{
background-color: #FEFC0B;
}
.BgClassName
{
background-color: #FEFC0B;
}
</style>
border-color css
<style>
span { border-color: #FEFC0B; }
span { border-color: rgb(254,252,11); }
td.TdClassName
{
border-color: #FEFC0B;
}
.TagClassName
{
border-color: #FEFC0B;
}
</style>