Shades of Yellow #FAFF03
Tints of Yellow #FAFF03
RGB
CMYK
RGB Variations
Color information
#FAFF03 (or 0xFAFF03) is known color: Yellow. HEX triplet: FA, FF and 03. RGB value is (250,255,3). Sum of RGB (Red+Green+Blue) = 250+255+3=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 3 (1.56% from 255 or 0.59% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFF03 is #0500FC. Grayscale: #E1E1E1. Windows color (decimal): -327933 or 262138. OLE color: 262138.
HSL color Cylindrical-coordinate representation of color #FAFF03: hue angle of 61.19º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAFF03 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 3 | - |
| CMYK | 0.02 | 0 | 0.99 | 0 |
| HSL | 61.19º | 1% | 0.51% | - |
| HSV(B) | 61.19º | 0.99% | 1% | - |
| XYZ | 75.2 | 91.85 | 13.85 | - |
| YUV | 224.78 | 2.84 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 3 | 0.02 | 0 | 0.99 | 0 | 61.19 | 1 | 0.51 |
| Hex | FA | FF | 3 | 2 | 0 | 63 | 0 | 3D | 64 | 33 |
| Octal | 372 | 377 | 3 | 2 | 0 | 143 | 0 | 75 | 144 | 63 |
| Binary | 11111010 | 11111111 | 11 | 10 | 0 | 1100011 | 0 | 111101 | 1100100 | 110011 |
Color Harmonies of #FAFF03
Complementary color
Monochromatic Colors of #FAFF03
Black with #FAFF03
Text Example
Text Example
White with #FAFF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF03; }
p { color: rgb(250,255,3); }
H1.HeaderClassName
{
color: #FAFF03;
}
.AnyTagClassName
{
color: #FAFF03;
}
</style>
background-color css
<style>
a { background-color: #FAFF03; }
a { background-color: rgb(250,255,3); }
div.DivClassName
{
background-color: #FAFF03;
}
.BgClassName
{
background-color: #FAFF03;
}
</style>
border-color css
<style>
span { border-color: #FAFF03; }
span { border-color: rgb(250,255,3); }
td.TdClassName
{
border-color: #FAFF03;
}
.TagClassName
{
border-color: #FAFF03;
}
</style>