Shades of Corn #FDF35D
Tints of Corn #FDF35D
RGB
CMYK
RGB Variations
Color information
#FDF35D (or 0xFDF35D) is known color: Corn. HEX triplet: FD, F3 and 5D. RGB value is (253,243,93). Sum of RGB (Red+Green+Blue) = 253+243+93=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 243 (95.31% from 255 or 41.26% from 589); Blue value is 93 (36.72% from 255 or 15.79% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF35D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF35D is #020CA2. Grayscale: #E5E5E5. Windows color (decimal): -134307 or 6157309. OLE color: 6157309.
HSL color Cylindrical-coordinate representation of color #FDF35D: hue angle of 56.25º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDF35D is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 93 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.01 |
| HSL | 56.25º | 0.98% | 0.68% | - |
| HSV(B) | 56.25º | 0.63% | 0.99% | - |
| XYZ | 74.53 | 85.77 | 22.98 | - |
| YUV | 228.89 | 51.31 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 93 | 0 | 0.04 | 0.63 | 0.01 | 56.25 | 0.98 | 0.68 |
| Hex | FD | F3 | 5D | 0 | 4 | 3F | 1 | 38 | 62 | 44 |
| Octal | 375 | 363 | 135 | 0 | 4 | 77 | 1 | 70 | 142 | 104 |
| Binary | 11111101 | 11110011 | 1011101 | 0 | 100 | 111111 | 1 | 111000 | 1100010 | 1000100 |
Color Harmonies of #FDF35D
Complementary color
Monochromatic Colors of #FDF35D
Black with #FDF35D
Text Example
Text Example
White with #FDF35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF35D; }
p { color: rgb(253,243,93); }
H1.HeaderClassName
{
color: #FDF35D;
}
.AnyTagClassName
{
color: #FDF35D;
}
</style>
background-color css
<style>
a { background-color: #FDF35D; }
a { background-color: rgb(253,243,93); }
div.DivClassName
{
background-color: #FDF35D;
}
.BgClassName
{
background-color: #FDF35D;
}
</style>
border-color css
<style>
span { border-color: #FDF35D; }
span { border-color: rgb(253,243,93); }
td.TdClassName
{
border-color: #FDF35D;
}
.TagClassName
{
border-color: #FDF35D;
}
</style>