Shades of Yellow #FFF300
Tints of Yellow #FFF300
RGB
CMYK
RGB Variations
Color information
#FFF300 (or 0xFFF300) is known color: Yellow. HEX triplet: FF, F3 and 00. RGB value is (255,243,0). Sum of RGB (Red+Green+Blue) = 255+243+0=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 0 (0.39% from 255 or 0% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF300 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF300 is #000CFF. Grayscale: #DBDBDB. Windows color (decimal): -3328 or 62463. OLE color: 62463.
HSL color Cylindrical-coordinate representation of color #FFF300: hue angle of 57.18º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFF300 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0 |
| HSL | 57.18º | 1% | 0.5% | - |
| HSV(B) | 57.18º | 1% | 1% | - |
| XYZ | 73.29 | 85.36 | 12.61 | - |
| YUV | 218.89 | 4.48 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 0 | 0 | 0.05 | 1 | 0 | 57.18 | 1 | 0.5 |
| Hex | FF | F3 | 0 | 0 | 5 | 64 | 0 | 39 | 64 | 32 |
| Octal | 377 | 363 | 0 | 0 | 5 | 144 | 0 | 71 | 144 | 62 |
| Binary | 11111111 | 11110011 | 0 | 0 | 101 | 1100100 | 0 | 111001 | 1100100 | 110010 |
Color Harmonies of #FFF300
Complementary color
Monochromatic Colors of #FFF300
Black with #FFF300
Text Example
Text Example
White with #FFF300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF300; }
p { color: rgb(255,243,0); }
H1.HeaderClassName
{
color: #FFF300;
}
.AnyTagClassName
{
color: #FFF300;
}
</style>
background-color css
<style>
a { background-color: #FFF300; }
a { background-color: rgb(255,243,0); }
div.DivClassName
{
background-color: #FFF300;
}
.BgClassName
{
background-color: #FFF300;
}
</style>
border-color css
<style>
span { border-color: #FFF300; }
span { border-color: rgb(255,243,0); }
td.TdClassName
{
border-color: #FFF300;
}
.TagClassName
{
border-color: #FFF300;
}
</style>