Shades of Yellow #F4F305
Tints of Yellow #F4F305
RGB
CMYK
RGB Variations
Color information
#F4F305 (or 0xF4F305) is known color: Yellow. HEX triplet: F4, F3 and 05. RGB value is (244,243,5). Sum of RGB (Red+Green+Blue) = 244+243+5=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 243 (95.31% from 255 or 49.39% from 492); Blue value is 5 (2.34% from 255 or 1.02% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F305 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4F305 is #0B0CFA. Grayscale: #D9D9D9. Windows color (decimal): -724219 or 390132. OLE color: 390132.
HSL color Cylindrical-coordinate representation of color #F4F305: hue angle of 59.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F4F305 is Cyan = 0, Magento = 0.00, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 243 | 5 | - |
| CMYK | 0 | 0.00 | 0.98 | 0.04 |
| HSL | 59.75º | 0.96% | 0.49% | - |
| HSV(B) | 59.75º | 0.98% | 0.96% | - |
| XYZ | 69.39 | 83.35 | 12.57 | - |
| YUV | 216.17 | 8.83 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 243 | 5 | 0 | 0.00 | 0.98 | 0.04 | 59.75 | 0.96 | 0.49 |
| Hex | F4 | F3 | 5 | 0 | 0 | 62 | 4 | 3C | 60 | 31 |
| Octal | 364 | 363 | 5 | 0 | 0 | 142 | 4 | 74 | 140 | 61 |
| Binary | 11110100 | 11110011 | 101 | 0 | 0 | 1100010 | 100 | 111100 | 1100000 | 110001 |
Color Harmonies of #F4F305
Complementary color
Monochromatic Colors of #F4F305
Black with #F4F305
Text Example
Text Example
White with #F4F305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F305; }
p { color: rgb(244,243,5); }
H1.HeaderClassName
{
color: #F4F305;
}
.AnyTagClassName
{
color: #F4F305;
}
</style>
background-color css
<style>
a { background-color: #F4F305; }
a { background-color: rgb(244,243,5); }
div.DivClassName
{
background-color: #F4F305;
}
.BgClassName
{
background-color: #F4F305;
}
</style>
border-color css
<style>
span { border-color: #F4F305; }
span { border-color: rgb(244,243,5); }
td.TdClassName
{
border-color: #F4F305;
}
.TagClassName
{
border-color: #F4F305;
}
</style>