Shades of Yellow #FEF305
Tints of Yellow #FEF305
RGB
CMYK
RGB Variations
Color information
#FEF305 (or 0xFEF305) is known color: Yellow. HEX triplet: FE, F3 and 05. RGB value is (254,243,5). Sum of RGB (Red+Green+Blue) = 254+243+5=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 243 (95.31% from 255 or 48.41% from 502); Blue value is 5 (2.34% from 255 or 1.00% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF305 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF305 is #010CFA. Grayscale: #DCDCDC. Windows color (decimal): -68859 or 390142. OLE color: 390142.
HSL color Cylindrical-coordinate representation of color #FEF305: hue angle of 57.35º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEF305 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 5 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.00 |
| HSL | 57.35º | 0.99% | 0.51% | - |
| HSV(B) | 57.35º | 0.98% | 1% | - |
| XYZ | 72.95 | 85.18 | 12.74 | - |
| YUV | 219.16 | 7.14 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 5 | 0 | 0.04 | 0.98 | 0.00 | 57.35 | 0.99 | 0.51 |
| Hex | FE | F3 | 5 | 0 | 4 | 62 | 0 | 39 | 63 | 33 |
| Octal | 376 | 363 | 5 | 0 | 4 | 142 | 0 | 71 | 143 | 63 |
| Binary | 11111110 | 11110011 | 101 | 0 | 100 | 1100010 | 0 | 111001 | 1100011 | 110011 |
Color Harmonies of #FEF305
Complementary color
Monochromatic Colors of #FEF305
Black with #FEF305
Text Example
Text Example
White with #FEF305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF305; }
p { color: rgb(254,243,5); }
H1.HeaderClassName
{
color: #FEF305;
}
.AnyTagClassName
{
color: #FEF305;
}
</style>
background-color css
<style>
a { background-color: #FEF305; }
a { background-color: rgb(254,243,5); }
div.DivClassName
{
background-color: #FEF305;
}
.BgClassName
{
background-color: #FEF305;
}
</style>
border-color css
<style>
span { border-color: #FEF305; }
span { border-color: rgb(254,243,5); }
td.TdClassName
{
border-color: #FEF305;
}
.TagClassName
{
border-color: #FEF305;
}
</style>