Shades of Yellow #FAFD0A
Tints of Yellow #FAFD0A
RGB
CMYK
RGB Variations
Color information
#FAFD0A (or 0xFAFD0A) is known color: Yellow. HEX triplet: FA, FD and 0A. RGB value is (250,253,10). Sum of RGB (Red+Green+Blue) = 250+253+10=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 10 (4.30% from 255 or 1.95% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFD0A is #0502F5. Grayscale: #E1E1E1. Windows color (decimal): -328438 or 720378. OLE color: 720378.
HSL color Cylindrical-coordinate representation of color #FAFD0A: hue angle of 60.74º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAFD0A is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 10 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.01 |
| HSL | 60.74º | 0.98% | 0.52% | - |
| HSV(B) | 60.74º | 0.96% | 0.99% | - |
| XYZ | 74.6 | 90.6 | 13.84 | - |
| YUV | 224.4 | 7.01 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 10 | 0.01 | 0 | 0.96 | 0.01 | 60.74 | 0.98 | 0.52 |
| Hex | FA | FD | A | 1 | 0 | 60 | 1 | 3D | 62 | 34 |
| Octal | 372 | 375 | 12 | 1 | 0 | 140 | 1 | 75 | 142 | 64 |
| Binary | 11111010 | 11111101 | 1010 | 1 | 0 | 1100000 | 1 | 111101 | 1100010 | 110100 |
Color Harmonies of #FAFD0A
Complementary color
Monochromatic Colors of #FAFD0A
Black with #FAFD0A
Text Example
Text Example
White with #FAFD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFD0A; }
p { color: rgb(250,253,10); }
H1.HeaderClassName
{
color: #FAFD0A;
}
.AnyTagClassName
{
color: #FAFD0A;
}
</style>
background-color css
<style>
a { background-color: #FAFD0A; }
a { background-color: rgb(250,253,10); }
div.DivClassName
{
background-color: #FAFD0A;
}
.BgClassName
{
background-color: #FAFD0A;
}
</style>
border-color css
<style>
span { border-color: #FAFD0A; }
span { border-color: rgb(250,253,10); }
td.TdClassName
{
border-color: #FAFD0A;
}
.TagClassName
{
border-color: #FAFD0A;
}
</style>