Shades of Yellow #FFFA0F
Tints of Yellow #FFFA0F
RGB
CMYK
RGB Variations
Color information
#FFFA0F (or 0xFFFA0F) is known color: Yellow. HEX triplet: FF, FA and 0F. RGB value is (255,250,15). Sum of RGB (Red+Green+Blue) = 255+250+15=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 15 (6.25% from 255 or 2.88% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFA0F is #0005F0. Grayscale: #E1E1E1. Windows color (decimal): -1521 or 1047295. OLE color: 1047295.
HSL color Cylindrical-coordinate representation of color #FFFA0F: hue angle of 58.75º 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 #FFFA0F is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 15 | - |
| CMYK | 0 | 0.02 | 0.94 | 0 |
| HSL | 58.75º | 1% | 0.53% | - |
| HSV(B) | 58.75º | 0.94% | 1% | - |
| XYZ | 75.51 | 89.67 | 13.78 | - |
| YUV | 224.71 | 9.66 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 15 | 0 | 0.02 | 0.94 | 0 | 58.75 | 1 | 0.53 |
| Hex | FF | FA | F | 0 | 2 | 5E | 0 | 3B | 64 | 35 |
| Octal | 377 | 372 | 17 | 0 | 2 | 136 | 0 | 73 | 144 | 65 |
| Binary | 11111111 | 11111010 | 1111 | 0 | 10 | 1011110 | 0 | 111011 | 1100100 | 110101 |
Color Harmonies of #FFFA0F
Complementary color
Monochromatic Colors of #FFFA0F
Black with #FFFA0F
Text Example
Text Example
White with #FFFA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA0F; }
p { color: rgb(255,250,15); }
H1.HeaderClassName
{
color: #FFFA0F;
}
.AnyTagClassName
{
color: #FFFA0F;
}
</style>
background-color css
<style>
a { background-color: #FFFA0F; }
a { background-color: rgb(255,250,15); }
div.DivClassName
{
background-color: #FFFA0F;
}
.BgClassName
{
background-color: #FFFA0F;
}
</style>
border-color css
<style>
span { border-color: #FFFA0F; }
span { border-color: rgb(255,250,15); }
td.TdClassName
{
border-color: #FFFA0F;
}
.TagClassName
{
border-color: #FFFA0F;
}
</style>