Shades of Corn #FDF65F
Tints of Corn #FDF65F
RGB
CMYK
RGB Variations
Color information
#FDF65F (or 0xFDF65F) is known color: Corn. HEX triplet: FD, F6 and 5F. RGB value is (253,246,95). Sum of RGB (Red+Green+Blue) = 253+246+95=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 246 (96.48% from 255 or 41.41% from 594); Blue value is 95 (37.5% from 255 or 15.99% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF65F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF65F is #0209A0. Grayscale: #E7E7E7. Windows color (decimal): -133537 or 6289149. OLE color: 6289149.
HSL color Cylindrical-coordinate representation of color #FDF65F: hue angle of 57.34º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDF65F is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 95 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.01 |
| HSL | 57.34º | 0.98% | 0.68% | - |
| HSV(B) | 57.34º | 0.62% | 0.99% | - |
| XYZ | 75.53 | 87.62 | 23.76 | - |
| YUV | 230.88 | 51.32 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 95 | 0 | 0.03 | 0.62 | 0.01 | 57.34 | 0.98 | 0.68 |
| Hex | FD | F6 | 5F | 0 | 3 | 3E | 1 | 39 | 62 | 44 |
| Octal | 375 | 366 | 137 | 0 | 3 | 76 | 1 | 71 | 142 | 104 |
| Binary | 11111101 | 11110110 | 1011111 | 0 | 11 | 111110 | 1 | 111001 | 1100010 | 1000100 |
Color Harmonies of #FDF65F
Complementary color
Monochromatic Colors of #FDF65F
Black with #FDF65F
Text Example
Text Example
White with #FDF65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF65F; }
p { color: rgb(253,246,95); }
H1.HeaderClassName
{
color: #FDF65F;
}
.AnyTagClassName
{
color: #FDF65F;
}
</style>
background-color css
<style>
a { background-color: #FDF65F; }
a { background-color: rgb(253,246,95); }
div.DivClassName
{
background-color: #FDF65F;
}
.BgClassName
{
background-color: #FDF65F;
}
</style>
border-color css
<style>
span { border-color: #FDF65F; }
span { border-color: rgb(253,246,95); }
td.TdClassName
{
border-color: #FDF65F;
}
.TagClassName
{
border-color: #FDF65F;
}
</style>