Shades of Yellow #FAFD08
Tints of Yellow #FAFD08
RGB
CMYK
RGB Variations
Color information
#FAFD08 (or 0xFAFD08) is known color: Yellow. HEX triplet: FA, FD and 08. RGB value is (250,253,8). Sum of RGB (Red+Green+Blue) = 250+253+8=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 8 (3.52% from 255 or 1.57% from 511); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD08 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFD08 is #0502F7. Grayscale: #E1E1E1. Windows color (decimal): -328440 or 589306. OLE color: 589306.
HSL color Cylindrical-coordinate representation of color #FAFD08: hue angle of 60.73º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FAFD08 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 8 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.01 |
| HSL | 60.73º | 0.98% | 0.51% | - |
| HSV(B) | 60.73º | 0.97% | 0.99% | - |
| XYZ | 74.59 | 90.59 | 13.78 | - |
| YUV | 224.17 | 6.01 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 8 | 0.01 | 0 | 0.97 | 0.01 | 60.73 | 0.98 | 0.51 |
| Hex | FA | FD | 8 | 1 | 0 | 61 | 1 | 3D | 62 | 33 |
| Octal | 372 | 375 | 10 | 1 | 0 | 141 | 1 | 75 | 142 | 63 |
| Binary | 11111010 | 11111101 | 1000 | 1 | 0 | 1100001 | 1 | 111101 | 1100010 | 110011 |
Color Harmonies of #FAFD08
Complementary color
Monochromatic Colors of #FAFD08
Black with #FAFD08
Text Example
Text Example
White with #FAFD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFD08; }
p { color: rgb(250,253,8); }
H1.HeaderClassName
{
color: #FAFD08;
}
.AnyTagClassName
{
color: #FAFD08;
}
</style>
background-color css
<style>
a { background-color: #FAFD08; }
a { background-color: rgb(250,253,8); }
div.DivClassName
{
background-color: #FAFD08;
}
.BgClassName
{
background-color: #FAFD08;
}
</style>
border-color css
<style>
span { border-color: #FAFD08; }
span { border-color: rgb(250,253,8); }
td.TdClassName
{
border-color: #FAFD08;
}
.TagClassName
{
border-color: #FAFD08;
}
</style>