Shades of Corn #FDF065
Tints of Corn #FDF065
RGB
CMYK
RGB Variations
Color information
#FDF065 (or 0xFDF065) is known color: Corn. HEX triplet: FD, F0 and 65. RGB value is (253,240,101). Sum of RGB (Red+Green+Blue) = 253+240+101=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 101 (39.84% from 255 or 17.00% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF065 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF065 is #020F9A. Grayscale: #E4E4E4. Windows color (decimal): -135067 or 6680829. OLE color: 6680829.
HSL color Cylindrical-coordinate representation of color #FDF065: hue angle of 54.87º 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 #FDF065 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 101 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.01 |
| HSL | 54.87º | 0.97% | 0.69% | - |
| HSV(B) | 54.87º | 0.6% | 0.99% | - |
| XYZ | 74.02 | 84.14 | 24.65 | - |
| YUV | 228.04 | 56.31 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 101 | 0 | 0.05 | 0.60 | 0.01 | 54.87 | 0.97 | 0.69 |
| Hex | FD | F0 | 65 | 0 | 5 | 3C | 1 | 37 | 61 | 45 |
| Octal | 375 | 360 | 145 | 0 | 5 | 74 | 1 | 67 | 141 | 105 |
| Binary | 11111101 | 11110000 | 1100101 | 0 | 101 | 111100 | 1 | 110111 | 1100001 | 1000101 |
Color Harmonies of #FDF065
Complementary color
Monochromatic Colors of #FDF065
Black with #FDF065
Text Example
Text Example
White with #FDF065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF065; }
p { color: rgb(253,240,101); }
H1.HeaderClassName
{
color: #FDF065;
}
.AnyTagClassName
{
color: #FDF065;
}
</style>
background-color css
<style>
a { background-color: #FDF065; }
a { background-color: rgb(253,240,101); }
div.DivClassName
{
background-color: #FDF065;
}
.BgClassName
{
background-color: #FDF065;
}
</style>
border-color css
<style>
span { border-color: #FDF065; }
span { border-color: rgb(253,240,101); }
td.TdClassName
{
border-color: #FDF065;
}
.TagClassName
{
border-color: #FDF065;
}
</style>