Shades of Corn #FDF15C
Tints of Corn #FDF15C
RGB
CMYK
RGB Variations
Color information
#FDF15C (or 0xFDF15C) is known color: Corn. HEX triplet: FD, F1 and 5C. RGB value is (253,241,92). Sum of RGB (Red+Green+Blue) = 253+241+92=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 92 (36.33% from 255 or 15.70% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF15C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF15C is #020EA3. Grayscale: #E4E4E4. Windows color (decimal): -134820 or 6091261. OLE color: 6091261.
HSL color Cylindrical-coordinate representation of color #FDF15C: hue angle of 55.53º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDF15C is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 92 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.01 |
| HSL | 55.53º | 0.98% | 0.68% | - |
| HSV(B) | 55.53º | 0.64% | 0.99% | - |
| XYZ | 73.9 | 84.57 | 22.55 | - |
| YUV | 227.6 | 51.48 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 92 | 0 | 0.05 | 0.64 | 0.01 | 55.53 | 0.98 | 0.68 |
| Hex | FD | F1 | 5C | 0 | 5 | 40 | 1 | 38 | 62 | 44 |
| Octal | 375 | 361 | 134 | 0 | 5 | 100 | 1 | 70 | 142 | 104 |
| Binary | 11111101 | 11110001 | 1011100 | 0 | 101 | 1000000 | 1 | 111000 | 1100010 | 1000100 |
Color Harmonies of #FDF15C
Complementary color
Monochromatic Colors of #FDF15C
Black with #FDF15C
Text Example
Text Example
White with #FDF15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF15C; }
p { color: rgb(253,241,92); }
H1.HeaderClassName
{
color: #FDF15C;
}
.AnyTagClassName
{
color: #FDF15C;
}
</style>
background-color css
<style>
a { background-color: #FDF15C; }
a { background-color: rgb(253,241,92); }
div.DivClassName
{
background-color: #FDF15C;
}
.BgClassName
{
background-color: #FDF15C;
}
</style>
border-color css
<style>
span { border-color: #FDF15C; }
span { border-color: rgb(253,241,92); }
td.TdClassName
{
border-color: #FDF15C;
}
.TagClassName
{
border-color: #FDF15C;
}
</style>