Shades of Corn #FDF366
Tints of Corn #FDF366
RGB
CMYK
RGB Variations
Color information
#FDF366 (or 0xFDF366) is known color: Corn. HEX triplet: FD, F3 and 66. RGB value is (253,243,102). Sum of RGB (Red+Green+Blue) = 253+243+102=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 102 (40.23% from 255 or 17.06% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF366 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF366 is #020C99. Grayscale: #E6E6E6. Windows color (decimal): -134298 or 6747133. OLE color: 6747133.
HSL color Cylindrical-coordinate representation of color #FDF366: hue angle of 56.03º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDF366 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 102 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.01 |
| HSL | 56.03º | 0.97% | 0.7% | - |
| HSV(B) | 56.03º | 0.6% | 0.99% | - |
| XYZ | 74.96 | 85.94 | 25.21 | - |
| YUV | 229.92 | 55.81 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 102 | 0 | 0.04 | 0.60 | 0.01 | 56.03 | 0.97 | 0.7 |
| Hex | FD | F3 | 66 | 0 | 4 | 3C | 1 | 38 | 61 | 46 |
| Octal | 375 | 363 | 146 | 0 | 4 | 74 | 1 | 70 | 141 | 106 |
| Binary | 11111101 | 11110011 | 1100110 | 0 | 100 | 111100 | 1 | 111000 | 1100001 | 1000110 |
Color Harmonies of #FDF366
Complementary color
Monochromatic Colors of #FDF366
Black with #FDF366
Text Example
Text Example
White with #FDF366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF366; }
p { color: rgb(253,243,102); }
H1.HeaderClassName
{
color: #FDF366;
}
.AnyTagClassName
{
color: #FDF366;
}
</style>
background-color css
<style>
a { background-color: #FDF366; }
a { background-color: rgb(253,243,102); }
div.DivClassName
{
background-color: #FDF366;
}
.BgClassName
{
background-color: #FDF366;
}
</style>
border-color css
<style>
span { border-color: #FDF366; }
span { border-color: rgb(253,243,102); }
td.TdClassName
{
border-color: #FDF366;
}
.TagClassName
{
border-color: #FDF366;
}
</style>