Shades of Yellow #F3F305
Tints of Yellow #F3F305
RGB
CMYK
RGB Variations
Color information
#F3F305 (or 0xF3F305) is known color: Yellow. HEX triplet: F3, F3 and 05. RGB value is (243,243,5). Sum of RGB (Red+Green+Blue) = 243+243+5=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 5 (2.34% from 255 or 1.02% from 491); Max value from RGB is 243 - color contains mainly: red, green. Hex color #F3F305 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3F305 is #0C0CFA. Grayscale: #D8D8D8. Windows color (decimal): -789755 or 390131. OLE color: 390131.
HSL color Cylindrical-coordinate representation of color #F3F305: hue angle of 60º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F3F305 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 243 | 5 | - |
| CMYK | 0 | 0 | 0.98 | 0.05 |
| HSL | 60º | 0.96% | 0.49% | - |
| HSV(B) | 60º | 0.98% | 0.95% | - |
| XYZ | 69.04 | 83.17 | 12.56 | - |
| YUV | 215.87 | 9 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 243 | 5 | 0 | 0 | 0.98 | 0.05 | 60 | 0.96 | 0.49 |
| Hex | F3 | F3 | 5 | 0 | 0 | 62 | 5 | 3C | 60 | 31 |
| Octal | 363 | 363 | 5 | 0 | 0 | 142 | 5 | 74 | 140 | 61 |
| Binary | 11110011 | 11110011 | 101 | 0 | 0 | 1100010 | 101 | 111100 | 1100000 | 110001 |
Color Harmonies of #F3F305
Complementary color
Monochromatic Colors of #F3F305
Black with #F3F305
Text Example
Text Example
White with #F3F305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F305; }
p { color: rgb(243,243,5); }
H1.HeaderClassName
{
color: #F3F305;
}
.AnyTagClassName
{
color: #F3F305;
}
</style>
background-color css
<style>
a { background-color: #F3F305; }
a { background-color: rgb(243,243,5); }
div.DivClassName
{
background-color: #F3F305;
}
.BgClassName
{
background-color: #F3F305;
}
</style>
border-color css
<style>
span { border-color: #F3F305; }
span { border-color: rgb(243,243,5); }
td.TdClassName
{
border-color: #F3F305;
}
.TagClassName
{
border-color: #F3F305;
}
</style>