Shades of Yellow #FAF70B
Tints of Yellow #FAF70B
RGB
CMYK
RGB Variations
Color information
#FAF70B (or 0xFAF70B) is known color: Yellow. HEX triplet: FA, F7 and 0B. RGB value is (250,247,11). Sum of RGB (Red+Green+Blue) = 250+247+11=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 247 (96.88% from 255 or 48.62% from 508); Blue value is 11 (4.69% from 255 or 2.17% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF70B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF70B is #0508F4. Grayscale: #DDDDDD. Windows color (decimal): -329973 or 784378. OLE color: 784378.
HSL color Cylindrical-coordinate representation of color #FAF70B: hue angle of 59.25º 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 #FAF70B is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 247 | 11 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.02 |
| HSL | 59.25º | 0.96% | 0.51% | - |
| HSV(B) | 59.25º | 0.96% | 0.98% | - |
| XYZ | 72.75 | 86.87 | 13.25 | - |
| YUV | 220.99 | 9.49 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 247 | 11 | 0 | 0.01 | 0.96 | 0.02 | 59.25 | 0.96 | 0.51 |
| Hex | FA | F7 | B | 0 | 1 | 60 | 2 | 3B | 60 | 33 |
| Octal | 372 | 367 | 13 | 0 | 1 | 140 | 2 | 73 | 140 | 63 |
| Binary | 11111010 | 11110111 | 1011 | 0 | 1 | 1100000 | 10 | 111011 | 1100000 | 110011 |
Color Harmonies of #FAF70B
Complementary color
Monochromatic Colors of #FAF70B
Black with #FAF70B
Text Example
Text Example
White with #FAF70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF70B; }
p { color: rgb(250,247,11); }
H1.HeaderClassName
{
color: #FAF70B;
}
.AnyTagClassName
{
color: #FAF70B;
}
</style>
background-color css
<style>
a { background-color: #FAF70B; }
a { background-color: rgb(250,247,11); }
div.DivClassName
{
background-color: #FAF70B;
}
.BgClassName
{
background-color: #FAF70B;
}
</style>
border-color css
<style>
span { border-color: #FAF70B; }
span { border-color: rgb(250,247,11); }
td.TdClassName
{
border-color: #FAF70B;
}
.TagClassName
{
border-color: #FAF70B;
}
</style>