Shades of Yellow #FAFC0A
Tints of Yellow #FAFC0A
RGB
CMYK
RGB Variations
Color information
#FAFC0A (or 0xFAFC0A) is known color: Yellow. HEX triplet: FA, FC and 0A. RGB value is (250,252,10). Sum of RGB (Red+Green+Blue) = 250+252+10=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 10 (4.30% from 255 or 1.95% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFC0A is #0503F5. Grayscale: #E0E0E0. Windows color (decimal): -328694 or 720122. OLE color: 720122.
HSL color Cylindrical-coordinate representation of color #FAFC0A: hue angle of 60.5º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAFC0A is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 252 | 10 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.01 |
| HSL | 60.5º | 0.98% | 0.51% | - |
| HSV(B) | 60.5º | 0.96% | 0.99% | - |
| XYZ | 74.29 | 89.97 | 13.74 | - |
| YUV | 223.81 | 7.34 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 252 | 10 | 0.01 | 0 | 0.96 | 0.01 | 60.5 | 0.98 | 0.51 |
| Hex | FA | FC | A | 1 | 0 | 60 | 1 | 3C | 62 | 33 |
| Octal | 372 | 374 | 12 | 1 | 0 | 140 | 1 | 74 | 142 | 63 |
| Binary | 11111010 | 11111100 | 1010 | 1 | 0 | 1100000 | 1 | 111100 | 1100010 | 110011 |
Color Harmonies of #FAFC0A
Complementary color
Monochromatic Colors of #FAFC0A
Black with #FAFC0A
Text Example
Text Example
White with #FAFC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFC0A; }
p { color: rgb(250,252,10); }
H1.HeaderClassName
{
color: #FAFC0A;
}
.AnyTagClassName
{
color: #FAFC0A;
}
</style>
background-color css
<style>
a { background-color: #FAFC0A; }
a { background-color: rgb(250,252,10); }
div.DivClassName
{
background-color: #FAFC0A;
}
.BgClassName
{
background-color: #FAFC0A;
}
</style>
border-color css
<style>
span { border-color: #FAFC0A; }
span { border-color: rgb(250,252,10); }
td.TdClassName
{
border-color: #FAFC0A;
}
.TagClassName
{
border-color: #FAFC0A;
}
</style>