Shades of Yellow #FAFE08
Tints of Yellow #FAFE08
RGB
CMYK
RGB Variations
Color information
#FAFE08 (or 0xFAFE08) is known color: Yellow. HEX triplet: FA, FE and 08. RGB value is (250,254,8). Sum of RGB (Red+Green+Blue) = 250+254+8=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 8 (3.52% from 255 or 1.56% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE08 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFE08 is #0501F7. Grayscale: #E1E1E1. Windows color (decimal): -328184 or 589562. OLE color: 589562.
HSL color Cylindrical-coordinate representation of color #FAFE08: hue angle of 60.98º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FAFE08 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 8 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.00 |
| HSL | 60.98º | 0.99% | 0.51% | - |
| HSV(B) | 60.98º | 0.97% | 1% | - |
| XYZ | 74.91 | 91.23 | 13.89 | - |
| YUV | 224.76 | 5.67 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 8 | 0.02 | 0 | 0.97 | 0.00 | 60.98 | 0.99 | 0.51 |
| Hex | FA | FE | 8 | 2 | 0 | 61 | 0 | 3D | 63 | 33 |
| Octal | 372 | 376 | 10 | 2 | 0 | 141 | 0 | 75 | 143 | 63 |
| Binary | 11111010 | 11111110 | 1000 | 10 | 0 | 1100001 | 0 | 111101 | 1100011 | 110011 |
Color Harmonies of #FAFE08
Complementary color
Monochromatic Colors of #FAFE08
Black with #FAFE08
Text Example
Text Example
White with #FAFE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE08; }
p { color: rgb(250,254,8); }
H1.HeaderClassName
{
color: #FAFE08;
}
.AnyTagClassName
{
color: #FAFE08;
}
</style>
background-color css
<style>
a { background-color: #FAFE08; }
a { background-color: rgb(250,254,8); }
div.DivClassName
{
background-color: #FAFE08;
}
.BgClassName
{
background-color: #FAFE08;
}
</style>
border-color css
<style>
span { border-color: #FAFE08; }
span { border-color: rgb(250,254,8); }
td.TdClassName
{
border-color: #FAFE08;
}
.TagClassName
{
border-color: #FAFE08;
}
</style>