Shades of Yellow #FAFD01
Tints of Yellow #FAFD01
RGB
CMYK
RGB Variations
Color information
#FAFD01 (or 0xFAFD01) is known color: Yellow. HEX triplet: FA, FD and 01. RGB value is (250,253,1). Sum of RGB (Red+Green+Blue) = 250+253+1=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 1 (0.78% from 255 or 0.20% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFD01 is #0502FE. Grayscale: #E0E0E0. Windows color (decimal): -328447 or 130554. OLE color: 130554.
HSL color Cylindrical-coordinate representation of color #FAFD01: hue angle of 60.71º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FAFD01 is Cyan = 0.01, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 1 | - |
| CMYK | 0.01 | 0 | 1.00 | 0.01 |
| HSL | 60.71º | 0.99% | 0.5% | - |
| HSV(B) | 60.71º | 1% | 0.99% | - |
| XYZ | 74.56 | 90.58 | 13.58 | - |
| YUV | 223.38 | 2.51 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 1 | 0.01 | 0 | 1.00 | 0.01 | 60.71 | 0.99 | 0.5 |
| Hex | FA | FD | 1 | 1 | 0 | 64 | 1 | 3D | 63 | 32 |
| Octal | 372 | 375 | 1 | 1 | 0 | 144 | 1 | 75 | 143 | 62 |
| Binary | 11111010 | 11111101 | 1 | 1 | 0 | 1100100 | 1 | 111101 | 1100011 | 110010 |
Color Harmonies of #FAFD01
Complementary color
Monochromatic Colors of #FAFD01
Black with #FAFD01
Text Example
Text Example
White with #FAFD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFD01; }
p { color: rgb(250,253,1); }
H1.HeaderClassName
{
color: #FAFD01;
}
.AnyTagClassName
{
color: #FAFD01;
}
</style>
background-color css
<style>
a { background-color: #FAFD01; }
a { background-color: rgb(250,253,1); }
div.DivClassName
{
background-color: #FAFD01;
}
.BgClassName
{
background-color: #FAFD01;
}
</style>
border-color css
<style>
span { border-color: #FAFD01; }
span { border-color: rgb(250,253,1); }
td.TdClassName
{
border-color: #FAFD01;
}
.TagClassName
{
border-color: #FAFD01;
}
</style>