Shades of Yellow #FAFD0F
Tints of Yellow #FAFD0F
RGB
CMYK
RGB Variations
Color information
#FAFD0F (or 0xFAFD0F) is known color: Yellow. HEX triplet: FA, FD and 0F. RGB value is (250,253,15). Sum of RGB (Red+Green+Blue) = 250+253+15=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 15 (6.25% from 255 or 2.90% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFD0F is #0502F0. Grayscale: #E1E1E1. Windows color (decimal): -328433 or 1048058. OLE color: 1048058.
HSL color Cylindrical-coordinate representation of color #FAFD0F: hue angle of 60.76º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FAFD0F is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 15 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.01 |
| HSL | 60.76º | 0.98% | 0.53% | - |
| HSV(B) | 60.76º | 0.94% | 0.99% | - |
| XYZ | 74.64 | 90.61 | 14.01 | - |
| YUV | 224.97 | 9.51 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 15 | 0.01 | 0 | 0.94 | 0.01 | 60.76 | 0.98 | 0.53 |
| Hex | FA | FD | F | 1 | 0 | 5E | 1 | 3D | 62 | 35 |
| Octal | 372 | 375 | 17 | 1 | 0 | 136 | 1 | 75 | 142 | 65 |
| Binary | 11111010 | 11111101 | 1111 | 1 | 0 | 1011110 | 1 | 111101 | 1100010 | 110101 |
Color Harmonies of #FAFD0F
Complementary color
Monochromatic Colors of #FAFD0F
Black with #FAFD0F
Text Example
Text Example
White with #FAFD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFD0F; }
p { color: rgb(250,253,15); }
H1.HeaderClassName
{
color: #FAFD0F;
}
.AnyTagClassName
{
color: #FAFD0F;
}
</style>
background-color css
<style>
a { background-color: #FAFD0F; }
a { background-color: rgb(250,253,15); }
div.DivClassName
{
background-color: #FAFD0F;
}
.BgClassName
{
background-color: #FAFD0F;
}
</style>
border-color css
<style>
span { border-color: #FAFD0F; }
span { border-color: rgb(250,253,15); }
td.TdClassName
{
border-color: #FAFD0F;
}
.TagClassName
{
border-color: #FAFD0F;
}
</style>