Shades of Yellow #FAF301
Tints of Yellow #FAF301
RGB
CMYK
RGB Variations
Color information
#FAF301 (or 0xFAF301) is known color: Yellow. HEX triplet: FA, F3 and 01. RGB value is (250,243,1). Sum of RGB (Red+Green+Blue) = 250+243+1=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 1 (0.78% from 255 or 0.20% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF301 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF301 is #050CFE. Grayscale: #DADADA. Windows color (decimal): -331007 or 127994. OLE color: 127994.
HSL color Cylindrical-coordinate representation of color #FAF301: hue angle of 58.31º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FAF301 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.02 |
| HSL | 58.31º | 0.99% | 0.49% | - |
| HSV(B) | 58.31º | 1% | 0.98% | - |
| XYZ | 71.48 | 84.43 | 12.56 | - |
| YUV | 217.51 | 5.82 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 1 | 0 | 0.03 | 1.00 | 0.02 | 58.31 | 0.99 | 0.49 |
| Hex | FA | F3 | 1 | 0 | 3 | 64 | 2 | 3A | 63 | 31 |
| Octal | 372 | 363 | 1 | 0 | 3 | 144 | 2 | 72 | 143 | 61 |
| Binary | 11111010 | 11110011 | 1 | 0 | 11 | 1100100 | 10 | 111010 | 1100011 | 110001 |
Color Harmonies of #FAF301
Complementary color
Monochromatic Colors of #FAF301
Black with #FAF301
Text Example
Text Example
White with #FAF301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF301; }
p { color: rgb(250,243,1); }
H1.HeaderClassName
{
color: #FAF301;
}
.AnyTagClassName
{
color: #FAF301;
}
</style>
background-color css
<style>
a { background-color: #FAF301; }
a { background-color: rgb(250,243,1); }
div.DivClassName
{
background-color: #FAF301;
}
.BgClassName
{
background-color: #FAF301;
}
</style>
border-color css
<style>
span { border-color: #FAF301; }
span { border-color: rgb(250,243,1); }
td.TdClassName
{
border-color: #FAF301;
}
.TagClassName
{
border-color: #FAF301;
}
</style>