Shades of Yellow #FAFA0B
Tints of Yellow #FAFA0B
RGB
CMYK
RGB Variations
Color information
#FAFA0B (or 0xFAFA0B) is known color: Yellow. HEX triplet: FA, FA and 0B. RGB value is (250,250,11). Sum of RGB (Red+Green+Blue) = 250+250+11=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 11 (4.69% from 255 or 2.15% from 511); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFA0B is #0505F4. Grayscale: #DFDFDF. Windows color (decimal): -329205 or 785146. OLE color: 785146.
HSL color Cylindrical-coordinate representation of color #FAFA0B: hue angle of 60º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAFA0B is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 11 | - |
| CMYK | 0 | 0 | 0.96 | 0.02 |
| HSL | 60º | 0.96% | 0.51% | - |
| HSV(B) | 60º | 0.96% | 0.98% | - |
| XYZ | 73.67 | 88.72 | 13.56 | - |
| YUV | 222.75 | 8.5 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 11 | 0 | 0 | 0.96 | 0.02 | 60 | 0.96 | 0.51 |
| Hex | FA | FA | B | 0 | 0 | 60 | 2 | 3C | 60 | 33 |
| Octal | 372 | 372 | 13 | 0 | 0 | 140 | 2 | 74 | 140 | 63 |
| Binary | 11111010 | 11111010 | 1011 | 0 | 0 | 1100000 | 10 | 111100 | 1100000 | 110011 |
Color Harmonies of #FAFA0B
Complementary color
Monochromatic Colors of #FAFA0B
Black with #FAFA0B
Text Example
Text Example
White with #FAFA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA0B; }
p { color: rgb(250,250,11); }
H1.HeaderClassName
{
color: #FAFA0B;
}
.AnyTagClassName
{
color: #FAFA0B;
}
</style>
background-color css
<style>
a { background-color: #FAFA0B; }
a { background-color: rgb(250,250,11); }
div.DivClassName
{
background-color: #FAFA0B;
}
.BgClassName
{
background-color: #FAFA0B;
}
</style>
border-color css
<style>
span { border-color: #FAFA0B; }
span { border-color: rgb(250,250,11); }
td.TdClassName
{
border-color: #FAFA0B;
}
.TagClassName
{
border-color: #FAFA0B;
}
</style>