Shades of Yellow #FAF202
Tints of Yellow #FAF202
RGB
CMYK
RGB Variations
Color information
#FAF202 (or 0xFAF202) is known color: Yellow. HEX triplet: FA, F2 and 02. RGB value is (250,242,2). Sum of RGB (Red+Green+Blue) = 250+242+2=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 2 (1.17% from 255 or 0.40% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF202 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF202 is #050DFD. Grayscale: #DADADA. Windows color (decimal): -331262 or 193274. OLE color: 193274.
HSL color Cylindrical-coordinate representation of color #FAF202: hue angle of 58.06º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAF202 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.02 |
| HSL | 58.06º | 0.98% | 0.49% | - |
| HSV(B) | 58.06º | 0.99% | 0.98% | - |
| XYZ | 71.19 | 83.83 | 12.49 | - |
| YUV | 217.03 | 6.65 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 2 | 0 | 0.03 | 0.99 | 0.02 | 58.06 | 0.98 | 0.49 |
| Hex | FA | F2 | 2 | 0 | 3 | 63 | 2 | 3A | 62 | 31 |
| Octal | 372 | 362 | 2 | 0 | 3 | 143 | 2 | 72 | 142 | 61 |
| Binary | 11111010 | 11110010 | 10 | 0 | 11 | 1100011 | 10 | 111010 | 1100010 | 110001 |
Color Harmonies of #FAF202
Complementary color
Monochromatic Colors of #FAF202
Black with #FAF202
Text Example
Text Example
White with #FAF202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF202; }
p { color: rgb(250,242,2); }
H1.HeaderClassName
{
color: #FAF202;
}
.AnyTagClassName
{
color: #FAF202;
}
</style>
background-color css
<style>
a { background-color: #FAF202; }
a { background-color: rgb(250,242,2); }
div.DivClassName
{
background-color: #FAF202;
}
.BgClassName
{
background-color: #FAF202;
}
</style>
border-color css
<style>
span { border-color: #FAF202; }
span { border-color: rgb(250,242,2); }
td.TdClassName
{
border-color: #FAF202;
}
.TagClassName
{
border-color: #FAF202;
}
</style>