Shades of Corn #FDF362
Tints of Corn #FDF362
RGB
CMYK
RGB Variations
Color information
#FDF362 (or 0xFDF362) is known color: Corn. HEX triplet: FD, F3 and 62. RGB value is (253,243,98). Sum of RGB (Red+Green+Blue) = 253+243+98=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 243 (95.31% from 255 or 40.91% from 594); Blue value is 98 (38.67% from 255 or 16.50% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF362 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF362 is #020C9D. Grayscale: #E6E6E6. Windows color (decimal): -134302 or 6484989. OLE color: 6484989.
HSL color Cylindrical-coordinate representation of color #FDF362: hue angle of 56.13º 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 #FDF362 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 98 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.01 |
| HSL | 56.13º | 0.97% | 0.69% | - |
| HSV(B) | 56.13º | 0.61% | 0.99% | - |
| XYZ | 74.76 | 85.87 | 24.19 | - |
| YUV | 229.46 | 53.81 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 98 | 0 | 0.04 | 0.61 | 0.01 | 56.13 | 0.97 | 0.69 |
| Hex | FD | F3 | 62 | 0 | 4 | 3D | 1 | 38 | 61 | 45 |
| Octal | 375 | 363 | 142 | 0 | 4 | 75 | 1 | 70 | 141 | 105 |
| Binary | 11111101 | 11110011 | 1100010 | 0 | 100 | 111101 | 1 | 111000 | 1100001 | 1000101 |
Color Harmonies of #FDF362
Complementary color
Monochromatic Colors of #FDF362
Black with #FDF362
Text Example
Text Example
White with #FDF362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF362; }
p { color: rgb(253,243,98); }
H1.HeaderClassName
{
color: #FDF362;
}
.AnyTagClassName
{
color: #FDF362;
}
</style>
background-color css
<style>
a { background-color: #FDF362; }
a { background-color: rgb(253,243,98); }
div.DivClassName
{
background-color: #FDF362;
}
.BgClassName
{
background-color: #FDF362;
}
</style>
border-color css
<style>
span { border-color: #FDF362; }
span { border-color: rgb(253,243,98); }
td.TdClassName
{
border-color: #FDF362;
}
.TagClassName
{
border-color: #FDF362;
}
</style>