Shades of Yellow #FFFA0B
Tints of Yellow #FFFA0B
RGB
CMYK
RGB Variations
Color information
#FFFA0B (or 0xFFFA0B) is known color: Yellow. HEX triplet: FF, FA and 0B. RGB value is (255,250,11). Sum of RGB (Red+Green+Blue) = 255+250+11=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 11 (4.69% from 255 or 2.13% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFA0B is #0005F4. Grayscale: #E1E1E1. Windows color (decimal): -1525 or 785151. OLE color: 785151.
HSL color Cylindrical-coordinate representation of color #FFFA0B: hue angle of 58.77º 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 #FFFA0B is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 11 | - |
| CMYK | 0 | 0.02 | 0.96 | 0 |
| HSL | 58.77º | 1% | 0.52% | - |
| HSV(B) | 58.77º | 0.96% | 1% | - |
| XYZ | 75.49 | 89.66 | 13.64 | - |
| YUV | 224.25 | 7.66 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 11 | 0 | 0.02 | 0.96 | 0 | 58.77 | 1 | 0.52 |
| Hex | FF | FA | B | 0 | 2 | 60 | 0 | 3B | 64 | 34 |
| Octal | 377 | 372 | 13 | 0 | 2 | 140 | 0 | 73 | 144 | 64 |
| Binary | 11111111 | 11111010 | 1011 | 0 | 10 | 1100000 | 0 | 111011 | 1100100 | 110100 |
Color Harmonies of #FFFA0B
Complementary color
Monochromatic Colors of #FFFA0B
Black with #FFFA0B
Text Example
Text Example
White with #FFFA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA0B; }
p { color: rgb(255,250,11); }
H1.HeaderClassName
{
color: #FFFA0B;
}
.AnyTagClassName
{
color: #FFFA0B;
}
</style>
background-color css
<style>
a { background-color: #FFFA0B; }
a { background-color: rgb(255,250,11); }
div.DivClassName
{
background-color: #FFFA0B;
}
.BgClassName
{
background-color: #FFFA0B;
}
</style>
border-color css
<style>
span { border-color: #FFFA0B; }
span { border-color: rgb(255,250,11); }
td.TdClassName
{
border-color: #FFFA0B;
}
.TagClassName
{
border-color: #FFFA0B;
}
</style>