Shades of Corn #FDE765
Tints of Corn #FDE765
RGB
CMYK
RGB Variations
Color information
#FDE765 (or 0xFDE765) is known color: Corn. HEX triplet: FD, E7 and 65. RGB value is (253,231,101). Sum of RGB (Red+Green+Blue) = 253+231+101=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 231 (90.62% from 255 or 39.49% from 585); Blue value is 101 (39.84% from 255 or 17.26% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE765 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE765 is #02189A. Grayscale: #DFDFDF. Windows color (decimal): -137371 or 6678525. OLE color: 6678525.
HSL color Cylindrical-coordinate representation of color #FDE765: hue angle of 51.32º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDE765 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 101 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.01 |
| HSL | 51.32º | 0.97% | 0.69% | - |
| HSV(B) | 51.32º | 0.6% | 0.99% | - |
| XYZ | 71.43 | 78.97 | 23.79 | - |
| YUV | 222.76 | 59.29 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 101 | 0 | 0.09 | 0.60 | 0.01 | 51.32 | 0.97 | 0.69 |
| Hex | FD | E7 | 65 | 0 | 9 | 3C | 1 | 33 | 61 | 45 |
| Octal | 375 | 347 | 145 | 0 | 11 | 74 | 1 | 63 | 141 | 105 |
| Binary | 11111101 | 11100111 | 1100101 | 0 | 1001 | 111100 | 1 | 110011 | 1100001 | 1000101 |
Color Harmonies of #FDE765
Complementary color
Monochromatic Colors of #FDE765
Black with #FDE765
Text Example
Text Example
White with #FDE765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE765; }
p { color: rgb(253,231,101); }
H1.HeaderClassName
{
color: #FDE765;
}
.AnyTagClassName
{
color: #FDE765;
}
</style>
background-color css
<style>
a { background-color: #FDE765; }
a { background-color: rgb(253,231,101); }
div.DivClassName
{
background-color: #FDE765;
}
.BgClassName
{
background-color: #FDE765;
}
</style>
border-color css
<style>
span { border-color: #FDE765; }
span { border-color: rgb(253,231,101); }
td.TdClassName
{
border-color: #FDE765;
}
.TagClassName
{
border-color: #FDE765;
}
</style>