Shades of Yellow #FAF90F
Tints of Yellow #FAF90F
RGB
CMYK
RGB Variations
Color information
#FAF90F (or 0xFAF90F) is known color: Yellow. HEX triplet: FA, F9 and 0F. RGB value is (250,249,15). Sum of RGB (Red+Green+Blue) = 250+249+15=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 249 (97.66% from 255 or 48.44% from 514); Blue value is 15 (6.25% from 255 or 2.92% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF90F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF90F is #0506F0. Grayscale: #DFDFDF. Windows color (decimal): -329457 or 1047034. OLE color: 1047034.
HSL color Cylindrical-coordinate representation of color #FAF90F: hue angle of 59.74º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FAF90F is Cyan = 0, Magento = 0.00, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 249 | 15 | - |
| CMYK | 0 | 0.00 | 0.94 | 0.02 |
| HSL | 59.74º | 0.96% | 0.52% | - |
| HSV(B) | 59.74º | 0.94% | 0.98% | - |
| XYZ | 73.39 | 88.11 | 13.59 | - |
| YUV | 222.62 | 10.83 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 249 | 15 | 0 | 0.00 | 0.94 | 0.02 | 59.74 | 0.96 | 0.52 |
| Hex | FA | F9 | F | 0 | 0 | 5E | 2 | 3C | 60 | 34 |
| Octal | 372 | 371 | 17 | 0 | 0 | 136 | 2 | 74 | 140 | 64 |
| Binary | 11111010 | 11111001 | 1111 | 0 | 0 | 1011110 | 10 | 111100 | 1100000 | 110100 |
Color Harmonies of #FAF90F
Complementary color
Monochromatic Colors of #FAF90F
Black with #FAF90F
Text Example
Text Example
White with #FAF90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF90F; }
p { color: rgb(250,249,15); }
H1.HeaderClassName
{
color: #FAF90F;
}
.AnyTagClassName
{
color: #FAF90F;
}
</style>
background-color css
<style>
a { background-color: #FAF90F; }
a { background-color: rgb(250,249,15); }
div.DivClassName
{
background-color: #FAF90F;
}
.BgClassName
{
background-color: #FAF90F;
}
</style>
border-color css
<style>
span { border-color: #FAF90F; }
span { border-color: rgb(250,249,15); }
td.TdClassName
{
border-color: #FAF90F;
}
.TagClassName
{
border-color: #FAF90F;
}
</style>