Shades of Corn #FDF162
Tints of Corn #FDF162
RGB
CMYK
RGB Variations
Color information
#FDF162 (or 0xFDF162) is known color: Corn. HEX triplet: FD, F1 and 62. RGB value is (253,241,98). Sum of RGB (Red+Green+Blue) = 253+241+98=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 241 (94.53% from 255 or 40.71% from 592); Blue value is 98 (38.67% from 255 or 16.55% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF162 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF162 is #020E9D. Grayscale: #E4E4E4. Windows color (decimal): -134814 or 6484477. OLE color: 6484477.
HSL color Cylindrical-coordinate representation of color #FDF162: hue angle of 55.35º 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 #FDF162 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 98 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.01 |
| HSL | 55.35º | 0.97% | 0.69% | - |
| HSV(B) | 55.35º | 0.61% | 0.99% | - |
| XYZ | 74.17 | 84.68 | 23.99 | - |
| YUV | 228.29 | 54.48 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 98 | 0 | 0.05 | 0.61 | 0.01 | 55.35 | 0.97 | 0.69 |
| Hex | FD | F1 | 62 | 0 | 5 | 3D | 1 | 37 | 61 | 45 |
| Octal | 375 | 361 | 142 | 0 | 5 | 75 | 1 | 67 | 141 | 105 |
| Binary | 11111101 | 11110001 | 1100010 | 0 | 101 | 111101 | 1 | 110111 | 1100001 | 1000101 |
Color Harmonies of #FDF162
Complementary color
Monochromatic Colors of #FDF162
Black with #FDF162
Text Example
Text Example
White with #FDF162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF162; }
p { color: rgb(253,241,98); }
H1.HeaderClassName
{
color: #FDF162;
}
.AnyTagClassName
{
color: #FDF162;
}
</style>
background-color css
<style>
a { background-color: #FDF162; }
a { background-color: rgb(253,241,98); }
div.DivClassName
{
background-color: #FDF162;
}
.BgClassName
{
background-color: #FDF162;
}
</style>
border-color css
<style>
span { border-color: #FDF162; }
span { border-color: rgb(253,241,98); }
td.TdClassName
{
border-color: #FDF162;
}
.TagClassName
{
border-color: #FDF162;
}
</style>