Shades of Yellow #FAFB03
Tints of Yellow #FAFB03
RGB
CMYK
RGB Variations
Color information
#FAFB03 (or 0xFAFB03) is known color: Yellow. HEX triplet: FA, FB and 03. RGB value is (250,251,3). Sum of RGB (Red+Green+Blue) = 250+251+3=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 251 (98.44% from 255 or 49.80% from 504); Blue value is 3 (1.56% from 255 or 0.60% from 504); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFB03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFB03 is #0504FC. Grayscale: #DFDFDF. Windows color (decimal): -328957 or 261114. OLE color: 261114.
HSL color Cylindrical-coordinate representation of color #FAFB03: hue angle of 60.24º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAFB03 is Cyan = 0.00, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 3 | - |
| CMYK | 0.00 | 0 | 0.99 | 0.02 |
| HSL | 60.24º | 0.98% | 0.5% | - |
| HSV(B) | 60.24º | 0.99% | 0.98% | - |
| XYZ | 73.94 | 89.32 | 13.43 | - |
| YUV | 222.43 | 4.17 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 3 | 0.00 | 0 | 0.99 | 0.02 | 60.24 | 0.98 | 0.5 |
| Hex | FA | FB | 3 | 0 | 0 | 63 | 2 | 3C | 62 | 32 |
| Octal | 372 | 373 | 3 | 0 | 0 | 143 | 2 | 74 | 142 | 62 |
| Binary | 11111010 | 11111011 | 11 | 0 | 0 | 1100011 | 10 | 111100 | 1100010 | 110010 |
Color Harmonies of #FAFB03
Complementary color
Monochromatic Colors of #FAFB03
Black with #FAFB03
Text Example
Text Example
White with #FAFB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFB03; }
p { color: rgb(250,251,3); }
H1.HeaderClassName
{
color: #FAFB03;
}
.AnyTagClassName
{
color: #FAFB03;
}
</style>
background-color css
<style>
a { background-color: #FAFB03; }
a { background-color: rgb(250,251,3); }
div.DivClassName
{
background-color: #FAFB03;
}
.BgClassName
{
background-color: #FAFB03;
}
</style>
border-color css
<style>
span { border-color: #FAFB03; }
span { border-color: rgb(250,251,3); }
td.TdClassName
{
border-color: #FAFB03;
}
.TagClassName
{
border-color: #FAFB03;
}
</style>