Shades of Yellow #FFFA10
Tints of Yellow #FFFA10
RGB
CMYK
RGB Variations
Color information
#FFFA10 (or 0xFFFA10) is known color: Yellow. HEX triplet: FF, FA and 10. RGB value is (255,250,16). Sum of RGB (Red+Green+Blue) = 255+250+16=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 16 (6.64% from 255 or 3.07% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFA10 is #0005EF. Grayscale: #E1E1E1. Windows color (decimal): -1520 or 1112831. OLE color: 1112831.
HSL color Cylindrical-coordinate representation of color #FFFA10: hue angle of 58.74º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFFA10 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 16 | - |
| CMYK | 0 | 0.02 | 0.94 | 0 |
| HSL | 58.74º | 1% | 0.53% | - |
| HSV(B) | 58.74º | 0.94% | 1% | - |
| XYZ | 75.52 | 89.67 | 13.82 | - |
| YUV | 224.82 | 10.16 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 16 | 0 | 0.02 | 0.94 | 0 | 58.74 | 1 | 0.53 |
| Hex | FF | FA | 10 | 0 | 2 | 5E | 0 | 3B | 64 | 35 |
| Octal | 377 | 372 | 20 | 0 | 2 | 136 | 0 | 73 | 144 | 65 |
| Binary | 11111111 | 11111010 | 10000 | 0 | 10 | 1011110 | 0 | 111011 | 1100100 | 110101 |
Color Harmonies of #FFFA10
Complementary color
Monochromatic Colors of #FFFA10
Black with #FFFA10
Text Example
Text Example
White with #FFFA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA10; }
p { color: rgb(255,250,16); }
H1.HeaderClassName
{
color: #FFFA10;
}
.AnyTagClassName
{
color: #FFFA10;
}
</style>
background-color css
<style>
a { background-color: #FFFA10; }
a { background-color: rgb(255,250,16); }
div.DivClassName
{
background-color: #FFFA10;
}
.BgClassName
{
background-color: #FFFA10;
}
</style>
border-color css
<style>
span { border-color: #FFFA10; }
span { border-color: rgb(255,250,16); }
td.TdClassName
{
border-color: #FFFA10;
}
.TagClassName
{
border-color: #FFFA10;
}
</style>