Shades of Yellow #F4F301
Tints of Yellow #F4F301
RGB
CMYK
RGB Variations
Color information
#F4F301 (or 0xF4F301) is known color: Yellow. HEX triplet: F4, F3 and 01. RGB value is (244,243,1). Sum of RGB (Red+Green+Blue) = 244+243+1=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 243 (95.31% from 255 or 49.80% from 488); Blue value is 1 (0.78% from 255 or 0.20% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F301 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4F301 is #0B0CFE. Grayscale: #D8D8D8. Windows color (decimal): -724223 or 127988. OLE color: 127988.
HSL color Cylindrical-coordinate representation of color #F4F301: hue angle of 59.75º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4F301 is Cyan = 0, Magento = 0.00, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 243 | 1 | - |
| CMYK | 0 | 0.00 | 1.00 | 0.04 |
| HSL | 59.75º | 0.99% | 0.48% | - |
| HSV(B) | 59.75º | 1% | 0.96% | - |
| XYZ | 69.36 | 83.34 | 12.46 | - |
| YUV | 215.71 | 6.83 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 243 | 1 | 0 | 0.00 | 1.00 | 0.04 | 59.75 | 0.99 | 0.48 |
| Hex | F4 | F3 | 1 | 0 | 0 | 64 | 4 | 3C | 63 | 30 |
| Octal | 364 | 363 | 1 | 0 | 0 | 144 | 4 | 74 | 143 | 60 |
| Binary | 11110100 | 11110011 | 1 | 0 | 0 | 1100100 | 100 | 111100 | 1100011 | 110000 |
Color Harmonies of #F4F301
Complementary color
Monochromatic Colors of #F4F301
Black with #F4F301
Text Example
Text Example
White with #F4F301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F301; }
p { color: rgb(244,243,1); }
H1.HeaderClassName
{
color: #F4F301;
}
.AnyTagClassName
{
color: #F4F301;
}
</style>
background-color css
<style>
a { background-color: #F4F301; }
a { background-color: rgb(244,243,1); }
div.DivClassName
{
background-color: #F4F301;
}
.BgClassName
{
background-color: #F4F301;
}
</style>
border-color css
<style>
span { border-color: #F4F301; }
span { border-color: rgb(244,243,1); }
td.TdClassName
{
border-color: #F4F301;
}
.TagClassName
{
border-color: #F4F301;
}
</style>