Shades of Yellow #FDFC12
Tints of Yellow #FDFC12
RGB
CMYK
RGB Variations
Color information
#FDFC12 (or 0xFDFC12) is known color: Yellow. HEX triplet: FD, FC and 12. RGB value is (253,252,18). Sum of RGB (Red+Green+Blue) = 253+252+18=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 18 (7.42% from 255 or 3.44% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFC12 is #0203ED. Grayscale: #E2E2E2. Windows color (decimal): -132078 or 1244413. OLE color: 1244413.
HSL color Cylindrical-coordinate representation of color #FDFC12: hue angle of 59.74º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FDFC12 is Cyan = 0, Magento = 0.00, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 18 | - |
| CMYK | 0 | 0.00 | 0.93 | 0.01 |
| HSL | 59.74º | 0.98% | 0.53% | - |
| HSV(B) | 59.74º | 0.93% | 0.99% | - |
| XYZ | 75.43 | 90.55 | 14.07 | - |
| YUV | 225.62 | 10.83 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 18 | 0 | 0.00 | 0.93 | 0.01 | 59.74 | 0.98 | 0.53 |
| Hex | FD | FC | 12 | 0 | 0 | 5D | 1 | 3C | 62 | 35 |
| Octal | 375 | 374 | 22 | 0 | 0 | 135 | 1 | 74 | 142 | 65 |
| Binary | 11111101 | 11111100 | 10010 | 0 | 0 | 1011101 | 1 | 111100 | 1100010 | 110101 |
Color Harmonies of #FDFC12
Complementary color
Monochromatic Colors of #FDFC12
Black with #FDFC12
Text Example
Text Example
White with #FDFC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFC12; }
p { color: rgb(253,252,18); }
H1.HeaderClassName
{
color: #FDFC12;
}
.AnyTagClassName
{
color: #FDFC12;
}
</style>
background-color css
<style>
a { background-color: #FDFC12; }
a { background-color: rgb(253,252,18); }
div.DivClassName
{
background-color: #FDFC12;
}
.BgClassName
{
background-color: #FDFC12;
}
</style>
border-color css
<style>
span { border-color: #FDFC12; }
span { border-color: rgb(253,252,18); }
td.TdClassName
{
border-color: #FDFC12;
}
.TagClassName
{
border-color: #FDFC12;
}
</style>