Shades of Yellow #FEF70C
Tints of Yellow #FEF70C
RGB
CMYK
RGB Variations
Color information
#FEF70C (or 0xFEF70C) is known color: Yellow. HEX triplet: FE, F7 and 0C. RGB value is (254,247,12). Sum of RGB (Red+Green+Blue) = 254+247+12=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 12 (5.08% from 255 or 2.34% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF70C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF70C is #0108F3. Grayscale: #DFDFDF. Windows color (decimal): -67828 or 849918. OLE color: 849918.
HSL color Cylindrical-coordinate representation of color #FEF70C: hue angle of 58.26º 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 #FEF70C is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 12 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.00 |
| HSL | 58.26º | 0.99% | 0.52% | - |
| HSV(B) | 58.26º | 0.95% | 1% | - |
| XYZ | 74.2 | 87.62 | 13.35 | - |
| YUV | 222.3 | 9.32 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 12 | 0 | 0.03 | 0.95 | 0.00 | 58.26 | 0.99 | 0.52 |
| Hex | FE | F7 | C | 0 | 3 | 5F | 0 | 3A | 63 | 34 |
| Octal | 376 | 367 | 14 | 0 | 3 | 137 | 0 | 72 | 143 | 64 |
| Binary | 11111110 | 11110111 | 1100 | 0 | 11 | 1011111 | 0 | 111010 | 1100011 | 110100 |
Color Harmonies of #FEF70C
Complementary color
Monochromatic Colors of #FEF70C
Black with #FEF70C
Text Example
Text Example
White with #FEF70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF70C; }
p { color: rgb(254,247,12); }
H1.HeaderClassName
{
color: #FEF70C;
}
.AnyTagClassName
{
color: #FEF70C;
}
</style>
background-color css
<style>
a { background-color: #FEF70C; }
a { background-color: rgb(254,247,12); }
div.DivClassName
{
background-color: #FEF70C;
}
.BgClassName
{
background-color: #FEF70C;
}
</style>
border-color css
<style>
span { border-color: #FEF70C; }
span { border-color: rgb(254,247,12); }
td.TdClassName
{
border-color: #FEF70C;
}
.TagClassName
{
border-color: #FEF70C;
}
</style>