Shades of Corn #FDF364
Tints of Corn #FDF364
RGB
CMYK
RGB Variations
Color information
#FDF364 (or 0xFDF364) is known color: Corn. HEX triplet: FD, F3 and 64. RGB value is (253,243,100). Sum of RGB (Red+Green+Blue) = 253+243+100=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 243 (95.31% from 255 or 40.77% from 596); Blue value is 100 (39.45% from 255 or 16.78% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF364 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF364 is #020C9B. Grayscale: #E6E6E6. Windows color (decimal): -134300 or 6616061. OLE color: 6616061.
HSL color Cylindrical-coordinate representation of color #FDF364: hue angle of 56.08º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDF364 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 100 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.01 |
| HSL | 56.08º | 0.97% | 0.69% | - |
| HSV(B) | 56.08º | 0.6% | 0.99% | - |
| XYZ | 74.86 | 85.9 | 24.69 | - |
| YUV | 229.69 | 54.81 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 100 | 0 | 0.04 | 0.60 | 0.01 | 56.08 | 0.97 | 0.69 |
| Hex | FD | F3 | 64 | 0 | 4 | 3C | 1 | 38 | 61 | 45 |
| Octal | 375 | 363 | 144 | 0 | 4 | 74 | 1 | 70 | 141 | 105 |
| Binary | 11111101 | 11110011 | 1100100 | 0 | 100 | 111100 | 1 | 111000 | 1100001 | 1000101 |
Color Harmonies of #FDF364
Complementary color
Monochromatic Colors of #FDF364
Black with #FDF364
Text Example
Text Example
White with #FDF364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF364; }
p { color: rgb(253,243,100); }
H1.HeaderClassName
{
color: #FDF364;
}
.AnyTagClassName
{
color: #FDF364;
}
</style>
background-color css
<style>
a { background-color: #FDF364; }
a { background-color: rgb(253,243,100); }
div.DivClassName
{
background-color: #FDF364;
}
.BgClassName
{
background-color: #FDF364;
}
</style>
border-color css
<style>
span { border-color: #FDF364; }
span { border-color: rgb(253,243,100); }
td.TdClassName
{
border-color: #FDF364;
}
.TagClassName
{
border-color: #FDF364;
}
</style>