Shades of Yellow #FAF90C
Tints of Yellow #FAF90C
RGB
CMYK
RGB Variations
Color information
#FAF90C (or 0xFAF90C) is known color: Yellow. HEX triplet: FA, F9 and 0C. RGB value is (250,249,12). Sum of RGB (Red+Green+Blue) = 250+249+12=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 12 (5.08% from 255 or 2.35% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF90C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF90C is #0506F3. Grayscale: #DFDFDF. Windows color (decimal): -329460 or 850426. OLE color: 850426.
HSL color Cylindrical-coordinate representation of color #FAF90C: 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.95%. Process color model (Four color, CMYK) of #FAF90C is Cyan = 0, Magento = 0.00, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 249 | 12 | - |
| CMYK | 0 | 0.00 | 0.95 | 0.02 |
| HSL | 59.75º | 0.96% | 0.51% | - |
| HSV(B) | 59.75º | 0.95% | 0.98% | - |
| XYZ | 73.37 | 88.1 | 13.49 | - |
| YUV | 222.28 | 9.33 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 249 | 12 | 0 | 0.00 | 0.95 | 0.02 | 59.75 | 0.96 | 0.51 |
| Hex | FA | F9 | C | 0 | 0 | 5F | 2 | 3C | 60 | 33 |
| Octal | 372 | 371 | 14 | 0 | 0 | 137 | 2 | 74 | 140 | 63 |
| Binary | 11111010 | 11111001 | 1100 | 0 | 0 | 1011111 | 10 | 111100 | 1100000 | 110011 |
Color Harmonies of #FAF90C
Complementary color
Monochromatic Colors of #FAF90C
Black with #FAF90C
Text Example
Text Example
White with #FAF90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF90C; }
p { color: rgb(250,249,12); }
H1.HeaderClassName
{
color: #FAF90C;
}
.AnyTagClassName
{
color: #FAF90C;
}
</style>
background-color css
<style>
a { background-color: #FAF90C; }
a { background-color: rgb(250,249,12); }
div.DivClassName
{
background-color: #FAF90C;
}
.BgClassName
{
background-color: #FAF90C;
}
</style>
border-color css
<style>
span { border-color: #FAF90C; }
span { border-color: rgb(250,249,12); }
td.TdClassName
{
border-color: #FAF90C;
}
.TagClassName
{
border-color: #FAF90C;
}
</style>