Shades of Corn #FDF35A
Tints of Corn #FDF35A
RGB
CMYK
RGB Variations
Color information
#FDF35A (or 0xFDF35A) is known color: Corn. HEX triplet: FD, F3 and 5A. RGB value is (253,243,90). Sum of RGB (Red+Green+Blue) = 253+243+90=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 90 (35.55% from 255 or 15.36% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF35A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF35A is #020CA5. Grayscale: #E5E5E5. Windows color (decimal): -134310 or 5960701. OLE color: 5960701.
HSL color Cylindrical-coordinate representation of color #FDF35A: hue angle of 56.32º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDF35A is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 90 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.01 |
| HSL | 56.32º | 0.98% | 0.67% | - |
| HSV(B) | 56.32º | 0.64% | 0.99% | - |
| XYZ | 74.4 | 85.72 | 22.3 | - |
| YUV | 228.55 | 49.81 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 90 | 0 | 0.04 | 0.64 | 0.01 | 56.32 | 0.98 | 0.67 |
| Hex | FD | F3 | 5A | 0 | 4 | 40 | 1 | 38 | 62 | 43 |
| Octal | 375 | 363 | 132 | 0 | 4 | 100 | 1 | 70 | 142 | 103 |
| Binary | 11111101 | 11110011 | 1011010 | 0 | 100 | 1000000 | 1 | 111000 | 1100010 | 1000011 |
Color Harmonies of #FDF35A
Complementary color
Monochromatic Colors of #FDF35A
Black with #FDF35A
Text Example
Text Example
White with #FDF35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF35A; }
p { color: rgb(253,243,90); }
H1.HeaderClassName
{
color: #FDF35A;
}
.AnyTagClassName
{
color: #FDF35A;
}
</style>
background-color css
<style>
a { background-color: #FDF35A; }
a { background-color: rgb(253,243,90); }
div.DivClassName
{
background-color: #FDF35A;
}
.BgClassName
{
background-color: #FDF35A;
}
</style>
border-color css
<style>
span { border-color: #FDF35A; }
span { border-color: rgb(253,243,90); }
td.TdClassName
{
border-color: #FDF35A;
}
.TagClassName
{
border-color: #FDF35A;
}
</style>