Shades of Yellow #FAFE13
Tints of Yellow #FAFE13
RGB
CMYK
RGB Variations
Color information
#FAFE13 (or 0xFAFE13) is known color: Yellow. HEX triplet: FA, FE and 13. RGB value is (250,254,19). Sum of RGB (Red+Green+Blue) = 250+254+19=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 19 (7.81% from 255 or 3.63% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFE13 is #0501EC. Grayscale: #E2E2E2. Windows color (decimal): -328173 or 1310458. OLE color: 1310458.
HSL color Cylindrical-coordinate representation of color #FAFE13: hue angle of 61.02º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FAFE13 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 19 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.00 |
| HSL | 61.02º | 0.99% | 0.54% | - |
| HSV(B) | 61.02º | 0.93% | 1% | - |
| XYZ | 74.98 | 91.25 | 14.28 | - |
| YUV | 226.01 | 11.17 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 19 | 0.02 | 0 | 0.93 | 0.00 | 61.02 | 0.99 | 0.54 |
| Hex | FA | FE | 13 | 2 | 0 | 5D | 0 | 3D | 63 | 36 |
| Octal | 372 | 376 | 23 | 2 | 0 | 135 | 0 | 75 | 143 | 66 |
| Binary | 11111010 | 11111110 | 10011 | 10 | 0 | 1011101 | 0 | 111101 | 1100011 | 110110 |
Color Harmonies of #FAFE13
Complementary color
Monochromatic Colors of #FAFE13
Black with #FAFE13
Text Example
Text Example
White with #FAFE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE13; }
p { color: rgb(250,254,19); }
H1.HeaderClassName
{
color: #FAFE13;
}
.AnyTagClassName
{
color: #FAFE13;
}
</style>
background-color css
<style>
a { background-color: #FAFE13; }
a { background-color: rgb(250,254,19); }
div.DivClassName
{
background-color: #FAFE13;
}
.BgClassName
{
background-color: #FAFE13;
}
</style>
border-color css
<style>
span { border-color: #FAFE13; }
span { border-color: rgb(250,254,19); }
td.TdClassName
{
border-color: #FAFE13;
}
.TagClassName
{
border-color: #FAFE13;
}
</style>