Shades of Yellow #F5F301
Tints of Yellow #F5F301
RGB
CMYK
RGB Variations
Color information
#F5F301 (or 0xF5F301) is known color: Yellow. HEX triplet: F5, F3 and 01. RGB value is (245,243,1). Sum of RGB (Red+Green+Blue) = 245+243+1=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 243 (95.31% from 255 or 49.69% from 489); Blue value is 1 (0.78% from 255 or 0.20% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F301 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F301 is #0A0CFE. Grayscale: #D8D8D8. Windows color (decimal): -658687 or 127989. OLE color: 127989.
HSL color Cylindrical-coordinate representation of color #F5F301: hue angle of 59.51º 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 #F5F301 is Cyan = 0, Magento = 0.01, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 243 | 1 | - |
| CMYK | 0 | 0.01 | 1.00 | 0.04 |
| HSL | 59.51º | 0.99% | 0.48% | - |
| HSV(B) | 59.51º | 1% | 0.96% | - |
| XYZ | 69.71 | 83.52 | 12.47 | - |
| YUV | 216.01 | 6.66 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 243 | 1 | 0 | 0.01 | 1.00 | 0.04 | 59.51 | 0.99 | 0.48 |
| Hex | F5 | F3 | 1 | 0 | 1 | 64 | 4 | 3C | 63 | 30 |
| Octal | 365 | 363 | 1 | 0 | 1 | 144 | 4 | 74 | 143 | 60 |
| Binary | 11110101 | 11110011 | 1 | 0 | 1 | 1100100 | 100 | 111100 | 1100011 | 110000 |
Color Harmonies of #F5F301
Complementary color
Monochromatic Colors of #F5F301
Black with #F5F301
Text Example
Text Example
White with #F5F301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F301; }
p { color: rgb(245,243,1); }
H1.HeaderClassName
{
color: #F5F301;
}
.AnyTagClassName
{
color: #F5F301;
}
</style>
background-color css
<style>
a { background-color: #F5F301; }
a { background-color: rgb(245,243,1); }
div.DivClassName
{
background-color: #F5F301;
}
.BgClassName
{
background-color: #F5F301;
}
</style>
border-color css
<style>
span { border-color: #F5F301; }
span { border-color: rgb(245,243,1); }
td.TdClassName
{
border-color: #F5F301;
}
.TagClassName
{
border-color: #F5F301;
}
</style>