Shades of Corn #FDF65C
Tints of Corn #FDF65C
RGB
CMYK
RGB Variations
Color information
#FDF65C (or 0xFDF65C) is known color: Corn. HEX triplet: FD, F6 and 5C. RGB value is (253,246,92). Sum of RGB (Red+Green+Blue) = 253+246+92=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 246 (96.48% from 255 or 41.62% from 591); Blue value is 92 (36.33% from 255 or 15.57% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF65C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF65C is #0209A3. Grayscale: #E7E7E7. Windows color (decimal): -133540 or 6092541. OLE color: 6092541.
HSL color Cylindrical-coordinate representation of color #FDF65C: hue angle of 57.39º 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 #FDF65C is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 92 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.01 |
| HSL | 57.39º | 0.98% | 0.68% | - |
| HSV(B) | 57.39º | 0.64% | 0.99% | - |
| XYZ | 75.4 | 87.57 | 23.05 | - |
| YUV | 230.54 | 49.82 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 92 | 0 | 0.03 | 0.64 | 0.01 | 57.39 | 0.98 | 0.68 |
| Hex | FD | F6 | 5C | 0 | 3 | 40 | 1 | 39 | 62 | 44 |
| Octal | 375 | 366 | 134 | 0 | 3 | 100 | 1 | 71 | 142 | 104 |
| Binary | 11111101 | 11110110 | 1011100 | 0 | 11 | 1000000 | 1 | 111001 | 1100010 | 1000100 |
Color Harmonies of #FDF65C
Complementary color
Monochromatic Colors of #FDF65C
Black with #FDF65C
Text Example
Text Example
White with #FDF65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF65C; }
p { color: rgb(253,246,92); }
H1.HeaderClassName
{
color: #FDF65C;
}
.AnyTagClassName
{
color: #FDF65C;
}
</style>
background-color css
<style>
a { background-color: #FDF65C; }
a { background-color: rgb(253,246,92); }
div.DivClassName
{
background-color: #FDF65C;
}
.BgClassName
{
background-color: #FDF65C;
}
</style>
border-color css
<style>
span { border-color: #FDF65C; }
span { border-color: rgb(253,246,92); }
td.TdClassName
{
border-color: #FDF65C;
}
.TagClassName
{
border-color: #FDF65C;
}
</style>