Shades of Yellow #FFF60A
Tints of Yellow #FFF60A
RGB
CMYK
RGB Variations
Color information
#FFF60A (or 0xFFF60A) is known color: Yellow. HEX triplet: FF, F6 and 0A. RGB value is (255,246,10). Sum of RGB (Red+Green+Blue) = 255+246+10=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 246 (96.48% from 255 or 48.14% from 511); Blue value is 10 (4.30% from 255 or 1.96% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF60A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF60A is #0009F5. Grayscale: #DEDEDE. Windows color (decimal): -2550 or 718591. OLE color: 718591.
HSL color Cylindrical-coordinate representation of color #FFF60A: hue angle of 57.8º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFF60A is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 10 | - |
| CMYK | 0 | 0.04 | 0.96 | 0 |
| HSL | 57.8º | 1% | 0.52% | - |
| HSV(B) | 57.8º | 0.96% | 1% | - |
| XYZ | 74.25 | 87.19 | 13.2 | - |
| YUV | 221.79 | 8.48 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 10 | 0 | 0.04 | 0.96 | 0 | 57.8 | 1 | 0.52 |
| Hex | FF | F6 | A | 0 | 4 | 60 | 0 | 3A | 64 | 34 |
| Octal | 377 | 366 | 12 | 0 | 4 | 140 | 0 | 72 | 144 | 64 |
| Binary | 11111111 | 11110110 | 1010 | 0 | 100 | 1100000 | 0 | 111010 | 1100100 | 110100 |
Color Harmonies of #FFF60A
Complementary color
Monochromatic Colors of #FFF60A
Black with #FFF60A
Text Example
Text Example
White with #FFF60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF60A; }
p { color: rgb(255,246,10); }
H1.HeaderClassName
{
color: #FFF60A;
}
.AnyTagClassName
{
color: #FFF60A;
}
</style>
background-color css
<style>
a { background-color: #FFF60A; }
a { background-color: rgb(255,246,10); }
div.DivClassName
{
background-color: #FFF60A;
}
.BgClassName
{
background-color: #FFF60A;
}
</style>
border-color css
<style>
span { border-color: #FFF60A; }
span { border-color: rgb(255,246,10); }
td.TdClassName
{
border-color: #FFF60A;
}
.TagClassName
{
border-color: #FFF60A;
}
</style>