Shades of Corn #FDF65B
Tints of Corn #FDF65B
RGB
CMYK
RGB Variations
Color information
#FDF65B (or 0xFDF65B) is known color: Corn. HEX triplet: FD, F6 and 5B. RGB value is (253,246,91). Sum of RGB (Red+Green+Blue) = 253+246+91=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 246 (96.48% from 255 or 41.69% from 590); Blue value is 91 (35.94% from 255 or 15.42% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF65B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF65B is #0209A4. Grayscale: #E7E7E7. Windows color (decimal): -133541 or 6027005. OLE color: 6027005.
HSL color Cylindrical-coordinate representation of color #FDF65B: hue angle of 57.41º 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 #FDF65B is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 91 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.01 |
| HSL | 57.41º | 0.98% | 0.67% | - |
| HSV(B) | 57.41º | 0.64% | 0.99% | - |
| XYZ | 75.35 | 87.55 | 22.82 | - |
| YUV | 230.42 | 49.32 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 91 | 0 | 0.03 | 0.64 | 0.01 | 57.41 | 0.98 | 0.67 |
| Hex | FD | F6 | 5B | 0 | 3 | 40 | 1 | 39 | 62 | 43 |
| Octal | 375 | 366 | 133 | 0 | 3 | 100 | 1 | 71 | 142 | 103 |
| Binary | 11111101 | 11110110 | 1011011 | 0 | 11 | 1000000 | 1 | 111001 | 1100010 | 1000011 |
Color Harmonies of #FDF65B
Complementary color
Monochromatic Colors of #FDF65B
Black with #FDF65B
Text Example
Text Example
White with #FDF65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF65B; }
p { color: rgb(253,246,91); }
H1.HeaderClassName
{
color: #FDF65B;
}
.AnyTagClassName
{
color: #FDF65B;
}
</style>
background-color css
<style>
a { background-color: #FDF65B; }
a { background-color: rgb(253,246,91); }
div.DivClassName
{
background-color: #FDF65B;
}
.BgClassName
{
background-color: #FDF65B;
}
</style>
border-color css
<style>
span { border-color: #FDF65B; }
span { border-color: rgb(253,246,91); }
td.TdClassName
{
border-color: #FDF65B;
}
.TagClassName
{
border-color: #FDF65B;
}
</style>