Shades of Yellow #FAF90B
Tints of Yellow #FAF90B
RGB
CMYK
RGB Variations
Color information
#FAF90B (or 0xFAF90B) is known color: Yellow. HEX triplet: FA, F9 and 0B. RGB value is (250,249,11). Sum of RGB (Red+Green+Blue) = 250+249+11=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 249 (97.66% from 255 or 48.82% from 510); Blue value is 11 (4.69% from 255 or 2.16% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF90B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF90B is #0506F4. Grayscale: #DFDFDF. Windows color (decimal): -329461 or 784890. OLE color: 784890.
HSL color Cylindrical-coordinate representation of color #FAF90B: 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 #FAF90B is Cyan = 0, Magento = 0.00, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 249 | 11 | - |
| 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.36 | 88.1 | 13.46 | - |
| YUV | 222.17 | 8.83 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 249 | 11 | 0 | 0.00 | 0.96 | 0.02 | 59.75 | 0.96 | 0.51 |
| Hex | FA | F9 | B | 0 | 0 | 60 | 2 | 3C | 60 | 33 |
| Octal | 372 | 371 | 13 | 0 | 0 | 140 | 2 | 74 | 140 | 63 |
| Binary | 11111010 | 11111001 | 1011 | 0 | 0 | 1100000 | 10 | 111100 | 1100000 | 110011 |
Color Harmonies of #FAF90B
Complementary color
Monochromatic Colors of #FAF90B
Black with #FAF90B
Text Example
Text Example
White with #FAF90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF90B; }
p { color: rgb(250,249,11); }
H1.HeaderClassName
{
color: #FAF90B;
}
.AnyTagClassName
{
color: #FAF90B;
}
</style>
background-color css
<style>
a { background-color: #FAF90B; }
a { background-color: rgb(250,249,11); }
div.DivClassName
{
background-color: #FAF90B;
}
.BgClassName
{
background-color: #FAF90B;
}
</style>
border-color css
<style>
span { border-color: #FAF90B; }
span { border-color: rgb(250,249,11); }
td.TdClassName
{
border-color: #FAF90B;
}
.TagClassName
{
border-color: #FAF90B;
}
</style>