Shades of Yellow #FAFD0D
Tints of Yellow #FAFD0D
RGB
CMYK
RGB Variations
Color information
#FAFD0D (or 0xFAFD0D) is known color: Yellow. HEX triplet: FA, FD and 0D. RGB value is (250,253,13). Sum of RGB (Red+Green+Blue) = 250+253+13=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 13 (5.47% from 255 or 2.52% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFD0D is #0502F2. Grayscale: #E1E1E1. Windows color (decimal): -328435 or 916986. OLE color: 916986.
HSL color Cylindrical-coordinate representation of color #FAFD0D: 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 #FAFD0D is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 13 | - |
| 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.94 | - |
| YUV | 224.74 | 8.51 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 13 | 0.01 | 0 | 0.95 | 0.01 | 60.75 | 0.98 | 0.52 |
| Hex | FA | FD | D | 1 | 0 | 5F | 1 | 3D | 62 | 34 |
| Octal | 372 | 375 | 15 | 1 | 0 | 137 | 1 | 75 | 142 | 64 |
| Binary | 11111010 | 11111101 | 1101 | 1 | 0 | 1011111 | 1 | 111101 | 1100010 | 110100 |
Color Harmonies of #FAFD0D
Complementary color
Monochromatic Colors of #FAFD0D
Black with #FAFD0D
Text Example
Text Example
White with #FAFD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFD0D; }
p { color: rgb(250,253,13); }
H1.HeaderClassName
{
color: #FAFD0D;
}
.AnyTagClassName
{
color: #FAFD0D;
}
</style>
background-color css
<style>
a { background-color: #FAFD0D; }
a { background-color: rgb(250,253,13); }
div.DivClassName
{
background-color: #FAFD0D;
}
.BgClassName
{
background-color: #FAFD0D;
}
</style>
border-color css
<style>
span { border-color: #FAFD0D; }
span { border-color: rgb(250,253,13); }
td.TdClassName
{
border-color: #FAFD0D;
}
.TagClassName
{
border-color: #FAFD0D;
}
</style>