Shades of Yellow #FAF504
Tints of Yellow #FAF504
RGB
CMYK
RGB Variations
Color information
#FAF504 (or 0xFAF504) is known color: Yellow. HEX triplet: FA, F5 and 04. RGB value is (250,245,4). Sum of RGB (Red+Green+Blue) = 250+245+4=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 4 (1.95% from 255 or 0.80% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF504 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF504 is #050AFB. Grayscale: #DBDBDB. Windows color (decimal): -330492 or 325114. OLE color: 325114.
HSL color Cylindrical-coordinate representation of color #FAF504: hue angle of 58.78º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAF504 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 4 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.02 |
| HSL | 58.78º | 0.97% | 0.5% | - |
| HSV(B) | 58.78º | 0.98% | 0.98% | - |
| XYZ | 72.1 | 85.64 | 12.84 | - |
| YUV | 219.02 | 6.66 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 4 | 0 | 0.02 | 0.98 | 0.02 | 58.78 | 0.97 | 0.5 |
| Hex | FA | F5 | 4 | 0 | 2 | 62 | 2 | 3B | 61 | 32 |
| Octal | 372 | 365 | 4 | 0 | 2 | 142 | 2 | 73 | 141 | 62 |
| Binary | 11111010 | 11110101 | 100 | 0 | 10 | 1100010 | 10 | 111011 | 1100001 | 110010 |
Color Harmonies of #FAF504
Complementary color
Monochromatic Colors of #FAF504
Black with #FAF504
Text Example
Text Example
White with #FAF504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF504; }
p { color: rgb(250,245,4); }
H1.HeaderClassName
{
color: #FAF504;
}
.AnyTagClassName
{
color: #FAF504;
}
</style>
background-color css
<style>
a { background-color: #FAF504; }
a { background-color: rgb(250,245,4); }
div.DivClassName
{
background-color: #FAF504;
}
.BgClassName
{
background-color: #FAF504;
}
</style>
border-color css
<style>
span { border-color: #FAF504; }
span { border-color: rgb(250,245,4); }
td.TdClassName
{
border-color: #FAF504;
}
.TagClassName
{
border-color: #FAF504;
}
</style>