Shades of Yellow #FFF000
Tints of Yellow #FFF000
RGB
CMYK
RGB Variations
Color information
#FFF000 (or 0xFFF000) is known color: Yellow. HEX triplet: FF, F0 and 00. RGB value is (255,240,0). Sum of RGB (Red+Green+Blue) = 255+240+0=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 0 (0.39% from 255 or 0% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF000 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF000 is #000FFF. Grayscale: #DADADA. Windows color (decimal): -4096 or 61695. OLE color: 61695.
HSL color Cylindrical-coordinate representation of color #FFF000: hue angle of 56.47º 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 #FFF000 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0 |
| HSL | 56.47º | 1% | 0.5% | - |
| HSV(B) | 56.47º | 1% | 1% | - |
| XYZ | 72.4 | 83.58 | 12.32 | - |
| YUV | 217.13 | 5.47 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 0 | 0 | 0.06 | 1 | 0 | 56.47 | 1 | 0.5 |
| Hex | FF | F0 | 0 | 0 | 6 | 64 | 0 | 38 | 64 | 32 |
| Octal | 377 | 360 | 0 | 0 | 6 | 144 | 0 | 70 | 144 | 62 |
| Binary | 11111111 | 11110000 | 0 | 0 | 110 | 1100100 | 0 | 111000 | 1100100 | 110010 |
Color Harmonies of #FFF000
Complementary color
Monochromatic Colors of #FFF000
Black with #FFF000
Text Example
Text Example
White with #FFF000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF000; }
p { color: rgb(255,240,0); }
H1.HeaderClassName
{
color: #FFF000;
}
.AnyTagClassName
{
color: #FFF000;
}
</style>
background-color css
<style>
a { background-color: #FFF000; }
a { background-color: rgb(255,240,0); }
div.DivClassName
{
background-color: #FFF000;
}
.BgClassName
{
background-color: #FFF000;
}
</style>
border-color css
<style>
span { border-color: #FFF000; }
span { border-color: rgb(255,240,0); }
td.TdClassName
{
border-color: #FFF000;
}
.TagClassName
{
border-color: #FFF000;
}
</style>