Shades of Yellow #FAF90A
Tints of Yellow #FAF90A
RGB
CMYK
RGB Variations
Color information
#FAF90A (or 0xFAF90A) is known color: Yellow. HEX triplet: FA, F9 and 0A. RGB value is (250,249,10). Sum of RGB (Red+Green+Blue) = 250+249+10=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 10 (4.30% from 255 or 1.96% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF90A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF90A is #0506F5. Grayscale: #DFDFDF. Windows color (decimal): -329462 or 719354. OLE color: 719354.
HSL color Cylindrical-coordinate representation of color #FAF90A: hue angle of 59.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAF90A is Cyan = 0, Magento = 0.00, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 249 | 10 | - |
| CMYK | 0 | 0.00 | 0.96 | 0.02 |
| HSL | 59.75º | 0.96% | 0.51% | - |
| HSV(B) | 59.75º | 0.96% | 0.98% | - |
| XYZ | 73.35 | 88.1 | 13.43 | - |
| YUV | 222.05 | 8.33 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 249 | 10 | 0 | 0.00 | 0.96 | 0.02 | 59.75 | 0.96 | 0.51 |
| Hex | FA | F9 | A | 0 | 0 | 60 | 2 | 3C | 60 | 33 |
| Octal | 372 | 371 | 12 | 0 | 0 | 140 | 2 | 74 | 140 | 63 |
| Binary | 11111010 | 11111001 | 1010 | 0 | 0 | 1100000 | 10 | 111100 | 1100000 | 110011 |
Color Harmonies of #FAF90A
Complementary color
Monochromatic Colors of #FAF90A
Black with #FAF90A
Text Example
Text Example
White with #FAF90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF90A; }
p { color: rgb(250,249,10); }
H1.HeaderClassName
{
color: #FAF90A;
}
.AnyTagClassName
{
color: #FAF90A;
}
</style>
background-color css
<style>
a { background-color: #FAF90A; }
a { background-color: rgb(250,249,10); }
div.DivClassName
{
background-color: #FAF90A;
}
.BgClassName
{
background-color: #FAF90A;
}
</style>
border-color css
<style>
span { border-color: #FAF90A; }
span { border-color: rgb(250,249,10); }
td.TdClassName
{
border-color: #FAF90A;
}
.TagClassName
{
border-color: #FAF90A;
}
</style>