Shades of Yellow #FAF200
Tints of Yellow #FAF200
RGB
CMYK
RGB Variations
Color information
#FAF200 (or 0xFAF200) is known color: Yellow. HEX triplet: FA, F2 and 00. RGB value is (250,242,0). Sum of RGB (Red+Green+Blue) = 250+242+0=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 0 (0.39% from 255 or 0% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF200 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF200 is #050DFF. Grayscale: #D9D9D9. Windows color (decimal): -331264 or 62202. OLE color: 62202.
HSL color Cylindrical-coordinate representation of color #FAF200: hue angle of 58.08º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FAF200 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.02 |
| HSL | 58.08º | 1% | 0.49% | - |
| HSV(B) | 58.08º | 1% | 0.98% | - |
| XYZ | 71.18 | 83.83 | 12.43 | - |
| YUV | 216.8 | 5.65 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 0 | 0 | 0.03 | 1 | 0.02 | 58.08 | 1 | 0.49 |
| Hex | FA | F2 | 0 | 0 | 3 | 64 | 2 | 3A | 64 | 31 |
| Octal | 372 | 362 | 0 | 0 | 3 | 144 | 2 | 72 | 144 | 61 |
| Binary | 11111010 | 11110010 | 0 | 0 | 11 | 1100100 | 10 | 111010 | 1100100 | 110001 |
Color Harmonies of #FAF200
Complementary color
Monochromatic Colors of #FAF200
Black with #FAF200
Text Example
Text Example
White with #FAF200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF200; }
p { color: rgb(250,242,0); }
H1.HeaderClassName
{
color: #FAF200;
}
.AnyTagClassName
{
color: #FAF200;
}
</style>
background-color css
<style>
a { background-color: #FAF200; }
a { background-color: rgb(250,242,0); }
div.DivClassName
{
background-color: #FAF200;
}
.BgClassName
{
background-color: #FAF200;
}
</style>
border-color css
<style>
span { border-color: #FAF200; }
span { border-color: rgb(250,242,0); }
td.TdClassName
{
border-color: #FAF200;
}
.TagClassName
{
border-color: #FAF200;
}
</style>