Shades of Yellow #F5F300
Tints of Yellow #F5F300
RGB
CMYK
RGB Variations
Color information
#F5F300 (or 0xF5F300) is known color: Yellow. HEX triplet: F5, F3 and 00. RGB value is (245,243,0). Sum of RGB (Red+Green+Blue) = 245+243+0=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 243 (95.31% from 255 or 49.80% from 488); Blue value is 0 (0.39% from 255 or 0% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F300 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F300 is #0A0CFF. Grayscale: #D8D8D8. Windows color (decimal): -658688 or 62453. OLE color: 62453.
HSL color Cylindrical-coordinate representation of color #F5F300: hue angle of 59.51º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5F300 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 243 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.04 |
| HSL | 59.51º | 1% | 0.48% | - |
| HSV(B) | 59.51º | 1% | 0.96% | - |
| XYZ | 69.71 | 83.51 | 12.45 | - |
| YUV | 215.9 | 6.16 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 243 | 0 | 0 | 0.01 | 1 | 0.04 | 59.51 | 1 | 0.48 |
| Hex | F5 | F3 | 0 | 0 | 1 | 64 | 4 | 3C | 64 | 30 |
| Octal | 365 | 363 | 0 | 0 | 1 | 144 | 4 | 74 | 144 | 60 |
| Binary | 11110101 | 11110011 | 0 | 0 | 1 | 1100100 | 100 | 111100 | 1100100 | 110000 |
Color Harmonies of #F5F300
Complementary color
Monochromatic Colors of #F5F300
Black with #F5F300
Text Example
Text Example
White with #F5F300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F300; }
p { color: rgb(245,243,0); }
H1.HeaderClassName
{
color: #F5F300;
}
.AnyTagClassName
{
color: #F5F300;
}
</style>
background-color css
<style>
a { background-color: #F5F300; }
a { background-color: rgb(245,243,0); }
div.DivClassName
{
background-color: #F5F300;
}
.BgClassName
{
background-color: #F5F300;
}
</style>
border-color css
<style>
span { border-color: #F5F300; }
span { border-color: rgb(245,243,0); }
td.TdClassName
{
border-color: #F5F300;
}
.TagClassName
{
border-color: #F5F300;
}
</style>