Shades of Yellow #FFFA0D
Tints of Yellow #FFFA0D
RGB
CMYK
RGB Variations
Color information
#FFFA0D (or 0xFFFA0D) is known color: Yellow. HEX triplet: FF, FA and 0D. RGB value is (255,250,13). Sum of RGB (Red+Green+Blue) = 255+250+13=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 13 (5.47% from 255 or 2.51% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFA0D is #0005F2. Grayscale: #E1E1E1. Windows color (decimal): -1523 or 916223. OLE color: 916223.
HSL color Cylindrical-coordinate representation of color #FFFA0D: hue angle of 58.76º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFFA0D is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 13 | - |
| CMYK | 0 | 0.02 | 0.95 | 0 |
| HSL | 58.76º | 1% | 0.53% | - |
| HSV(B) | 58.76º | 0.95% | 1% | - |
| XYZ | 75.5 | 89.66 | 13.71 | - |
| YUV | 224.48 | 8.66 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 13 | 0 | 0.02 | 0.95 | 0 | 58.76 | 1 | 0.53 |
| Hex | FF | FA | D | 0 | 2 | 5F | 0 | 3B | 64 | 35 |
| Octal | 377 | 372 | 15 | 0 | 2 | 137 | 0 | 73 | 144 | 65 |
| Binary | 11111111 | 11111010 | 1101 | 0 | 10 | 1011111 | 0 | 111011 | 1100100 | 110101 |
Color Harmonies of #FFFA0D
Complementary color
Monochromatic Colors of #FFFA0D
Black with #FFFA0D
Text Example
Text Example
White with #FFFA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA0D; }
p { color: rgb(255,250,13); }
H1.HeaderClassName
{
color: #FFFA0D;
}
.AnyTagClassName
{
color: #FFFA0D;
}
</style>
background-color css
<style>
a { background-color: #FFFA0D; }
a { background-color: rgb(255,250,13); }
div.DivClassName
{
background-color: #FFFA0D;
}
.BgClassName
{
background-color: #FFFA0D;
}
</style>
border-color css
<style>
span { border-color: #FFFA0D; }
span { border-color: rgb(255,250,13); }
td.TdClassName
{
border-color: #FFFA0D;
}
.TagClassName
{
border-color: #FFFA0D;
}
</style>