Shades of Yellow #FAFE00
Tints of Yellow #FAFE00
RGB
CMYK
RGB Variations
Color information
#FAFE00 (or 0xFAFE00) is known color: Yellow. HEX triplet: FA, FE and 00. RGB value is (250,254,0). Sum of RGB (Red+Green+Blue) = 250+254+0=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 0 (0.39% from 255 or 0% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFE00 is #0501FF. Grayscale: #E0E0E0. Windows color (decimal): -328192 or 65274. OLE color: 65274.
HSL color Cylindrical-coordinate representation of color #FAFE00: hue angle of 60.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FAFE00 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.00 |
| HSL | 60.94º | 1% | 0.5% | - |
| HSV(B) | 60.94º | 1% | 1% | - |
| XYZ | 74.87 | 91.21 | 13.66 | - |
| YUV | 223.85 | 1.67 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 0 | 0.02 | 0 | 1 | 0.00 | 60.94 | 1 | 0.5 |
| Hex | FA | FE | 0 | 2 | 0 | 64 | 0 | 3D | 64 | 32 |
| Octal | 372 | 376 | 0 | 2 | 0 | 144 | 0 | 75 | 144 | 62 |
| Binary | 11111010 | 11111110 | 0 | 10 | 0 | 1100100 | 0 | 111101 | 1100100 | 110010 |
Color Harmonies of #FAFE00
Complementary color
Monochromatic Colors of #FAFE00
Black with #FAFE00
Text Example
Text Example
White with #FAFE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE00; }
p { color: rgb(250,254,0); }
H1.HeaderClassName
{
color: #FAFE00;
}
.AnyTagClassName
{
color: #FAFE00;
}
</style>
background-color css
<style>
a { background-color: #FAFE00; }
a { background-color: rgb(250,254,0); }
div.DivClassName
{
background-color: #FAFE00;
}
.BgClassName
{
background-color: #FAFE00;
}
</style>
border-color css
<style>
span { border-color: #FAFE00; }
span { border-color: rgb(250,254,0); }
td.TdClassName
{
border-color: #FAFE00;
}
.TagClassName
{
border-color: #FAFE00;
}
</style>