Shades of Corn #FDF463
Tints of Corn #FDF463
RGB
CMYK
RGB Variations
Color information
#FDF463 (or 0xFDF463) is known color: Corn. HEX triplet: FD, F4 and 63. RGB value is (253,244,99). Sum of RGB (Red+Green+Blue) = 253+244+99=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 244 (95.70% from 255 or 40.94% from 596); Blue value is 99 (39.06% from 255 or 16.61% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF463 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF463 is #020B9C. Grayscale: #E6E6E6. Windows color (decimal): -134045 or 6550781. OLE color: 6550781.
HSL color Cylindrical-coordinate representation of color #FDF463: hue angle of 56.49º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FDF463 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 99 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.01 |
| HSL | 56.49º | 0.97% | 0.69% | - |
| HSV(B) | 56.49º | 0.61% | 0.99% | - |
| XYZ | 75.11 | 86.48 | 24.54 | - |
| YUV | 230.16 | 53.98 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 99 | 0 | 0.04 | 0.61 | 0.01 | 56.49 | 0.97 | 0.69 |
| Hex | FD | F4 | 63 | 0 | 4 | 3D | 1 | 38 | 61 | 45 |
| Octal | 375 | 364 | 143 | 0 | 4 | 75 | 1 | 70 | 141 | 105 |
| Binary | 11111101 | 11110100 | 1100011 | 0 | 100 | 111101 | 1 | 111000 | 1100001 | 1000101 |
Color Harmonies of #FDF463
Complementary color
Monochromatic Colors of #FDF463
Black with #FDF463
Text Example
Text Example
White with #FDF463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF463; }
p { color: rgb(253,244,99); }
H1.HeaderClassName
{
color: #FDF463;
}
.AnyTagClassName
{
color: #FDF463;
}
</style>
background-color css
<style>
a { background-color: #FDF463; }
a { background-color: rgb(253,244,99); }
div.DivClassName
{
background-color: #FDF463;
}
.BgClassName
{
background-color: #FDF463;
}
</style>
border-color css
<style>
span { border-color: #FDF463; }
span { border-color: rgb(253,244,99); }
td.TdClassName
{
border-color: #FDF463;
}
.TagClassName
{
border-color: #FDF463;
}
</style>