Shades of Yellow #FFF203
Tints of Yellow #FFF203
RGB
CMYK
RGB Variations
Color information
#FFF203 (or 0xFFF203) is known color: Yellow. HEX triplet: FF, F2 and 03. RGB value is (255,242,3). Sum of RGB (Red+Green+Blue) = 255+242+3=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 3 (1.56% from 255 or 0.6% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF203 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF203 is #000DFC. Grayscale: #DBDBDB. Windows color (decimal): -3581 or 258815. OLE color: 258815.
HSL color Cylindrical-coordinate representation of color #FFF203: hue angle of 56.9º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFF203 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 3 | - |
| CMYK | 0 | 0.05 | 0.99 | 0 |
| HSL | 56.9º | 1% | 0.51% | - |
| HSV(B) | 56.9º | 0.99% | 1% | - |
| XYZ | 73.01 | 84.77 | 12.6 | - |
| YUV | 218.64 | 6.31 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 3 | 0 | 0.05 | 0.99 | 0 | 56.9 | 1 | 0.51 |
| Hex | FF | F2 | 3 | 0 | 5 | 63 | 0 | 39 | 64 | 33 |
| Octal | 377 | 362 | 3 | 0 | 5 | 143 | 0 | 71 | 144 | 63 |
| Binary | 11111111 | 11110010 | 11 | 0 | 101 | 1100011 | 0 | 111001 | 1100100 | 110011 |
Color Harmonies of #FFF203
Complementary color
Monochromatic Colors of #FFF203
Black with #FFF203
Text Example
Text Example
White with #FFF203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF203; }
p { color: rgb(255,242,3); }
H1.HeaderClassName
{
color: #FFF203;
}
.AnyTagClassName
{
color: #FFF203;
}
</style>
background-color css
<style>
a { background-color: #FFF203; }
a { background-color: rgb(255,242,3); }
div.DivClassName
{
background-color: #FFF203;
}
.BgClassName
{
background-color: #FFF203;
}
</style>
border-color css
<style>
span { border-color: #FFF203; }
span { border-color: rgb(255,242,3); }
td.TdClassName
{
border-color: #FFF203;
}
.TagClassName
{
border-color: #FFF203;
}
</style>