Shades of Yellow #FAF80D
Tints of Yellow #FAF80D
RGB
CMYK
RGB Variations
Color information
#FAF80D (or 0xFAF80D) is known color: Yellow. HEX triplet: FA, F8 and 0D. RGB value is (250,248,13). Sum of RGB (Red+Green+Blue) = 250+248+13=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 248 (97.27% from 255 or 48.53% from 511); Blue value is 13 (5.47% from 255 or 2.54% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF80D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF80D is #0507F2. Grayscale: #DEDEDE. Windows color (decimal): -329715 or 915706. OLE color: 915706.
HSL color Cylindrical-coordinate representation of color #FAF80D: hue angle of 59.49º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAF80D is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 13 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.02 |
| HSL | 59.49º | 0.96% | 0.52% | - |
| HSV(B) | 59.49º | 0.95% | 0.98% | - |
| XYZ | 73.06 | 87.49 | 13.42 | - |
| YUV | 221.81 | 10.16 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 13 | 0 | 0.01 | 0.95 | 0.02 | 59.49 | 0.96 | 0.52 |
| Hex | FA | F8 | D | 0 | 1 | 5F | 2 | 3B | 60 | 34 |
| Octal | 372 | 370 | 15 | 0 | 1 | 137 | 2 | 73 | 140 | 64 |
| Binary | 11111010 | 11111000 | 1101 | 0 | 1 | 1011111 | 10 | 111011 | 1100000 | 110100 |
Color Harmonies of #FAF80D
Complementary color
Monochromatic Colors of #FAF80D
Black with #FAF80D
Text Example
Text Example
White with #FAF80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF80D; }
p { color: rgb(250,248,13); }
H1.HeaderClassName
{
color: #FAF80D;
}
.AnyTagClassName
{
color: #FAF80D;
}
</style>
background-color css
<style>
a { background-color: #FAF80D; }
a { background-color: rgb(250,248,13); }
div.DivClassName
{
background-color: #FAF80D;
}
.BgClassName
{
background-color: #FAF80D;
}
</style>
border-color css
<style>
span { border-color: #FAF80D; }
span { border-color: rgb(250,248,13); }
td.TdClassName
{
border-color: #FAF80D;
}
.TagClassName
{
border-color: #FAF80D;
}
</style>