Shades of Yellow #FAFD0C
Tints of Yellow #FAFD0C
RGB
CMYK
RGB Variations
Color information
#FAFD0C (or 0xFAFD0C) is known color: Yellow. HEX triplet: FA, FD and 0C. RGB value is (250,253,12). Sum of RGB (Red+Green+Blue) = 250+253+12=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 12 (5.08% from 255 or 2.33% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFD0C is #0502F3. Grayscale: #E1E1E1. Windows color (decimal): -328436 or 851450. OLE color: 851450.
HSL color Cylindrical-coordinate representation of color #FAFD0C: hue angle of 60.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAFD0C is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 12 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.01 |
| HSL | 60.75º | 0.98% | 0.52% | - |
| HSV(B) | 60.75º | 0.95% | 0.99% | - |
| XYZ | 74.62 | 90.6 | 13.9 | - |
| YUV | 224.63 | 8.01 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 12 | 0.01 | 0 | 0.95 | 0.01 | 60.75 | 0.98 | 0.52 |
| Hex | FA | FD | C | 1 | 0 | 5F | 1 | 3D | 62 | 34 |
| Octal | 372 | 375 | 14 | 1 | 0 | 137 | 1 | 75 | 142 | 64 |
| Binary | 11111010 | 11111101 | 1100 | 1 | 0 | 1011111 | 1 | 111101 | 1100010 | 110100 |
Color Harmonies of #FAFD0C
Complementary color
Monochromatic Colors of #FAFD0C
Black with #FAFD0C
Text Example
Text Example
White with #FAFD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFD0C; }
p { color: rgb(250,253,12); }
H1.HeaderClassName
{
color: #FAFD0C;
}
.AnyTagClassName
{
color: #FAFD0C;
}
</style>
background-color css
<style>
a { background-color: #FAFD0C; }
a { background-color: rgb(250,253,12); }
div.DivClassName
{
background-color: #FAFD0C;
}
.BgClassName
{
background-color: #FAFD0C;
}
</style>
border-color css
<style>
span { border-color: #FAFD0C; }
span { border-color: rgb(250,253,12); }
td.TdClassName
{
border-color: #FAFD0C;
}
.TagClassName
{
border-color: #FAFD0C;
}
</style>