Shades of Yellow #FAFE0D
Tints of Yellow #FAFE0D
RGB
CMYK
RGB Variations
Color information
#FAFE0D (or 0xFAFE0D) is known color: Yellow. HEX triplet: FA, FE and 0D. RGB value is (250,254,13). Sum of RGB (Red+Green+Blue) = 250+254+13=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 13 (5.47% from 255 or 2.51% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFE0D is #0501F2. Grayscale: #E2E2E2. Windows color (decimal): -328179 or 917242. OLE color: 917242.
HSL color Cylindrical-coordinate representation of color #FAFE0D: hue angle of 61º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAFE0D is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 13 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.00 |
| HSL | 61º | 0.99% | 0.52% | - |
| HSV(B) | 61º | 0.95% | 1% | - |
| XYZ | 74.94 | 91.24 | 14.04 | - |
| YUV | 225.33 | 8.17 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 13 | 0.02 | 0 | 0.95 | 0.00 | 61 | 0.99 | 0.52 |
| Hex | FA | FE | D | 2 | 0 | 5F | 0 | 3D | 63 | 34 |
| Octal | 372 | 376 | 15 | 2 | 0 | 137 | 0 | 75 | 143 | 64 |
| Binary | 11111010 | 11111110 | 1101 | 10 | 0 | 1011111 | 0 | 111101 | 1100011 | 110100 |
Color Harmonies of #FAFE0D
Complementary color
Monochromatic Colors of #FAFE0D
Black with #FAFE0D
Text Example
Text Example
White with #FAFE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE0D; }
p { color: rgb(250,254,13); }
H1.HeaderClassName
{
color: #FAFE0D;
}
.AnyTagClassName
{
color: #FAFE0D;
}
</style>
background-color css
<style>
a { background-color: #FAFE0D; }
a { background-color: rgb(250,254,13); }
div.DivClassName
{
background-color: #FAFE0D;
}
.BgClassName
{
background-color: #FAFE0D;
}
</style>
border-color css
<style>
span { border-color: #FAFE0D; }
span { border-color: rgb(250,254,13); }
td.TdClassName
{
border-color: #FAFE0D;
}
.TagClassName
{
border-color: #FAFE0D;
}
</style>