#FDEB65

Color #FDEB65 Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn #FDEB65

Tints of Corn #FDEB65

Color information

#FDEB65 (or 0xFDEB65) is unknown color: approx Corn. HEX triplet: FD, EB and 65. RGB value is (253,235,101). Sum of RGB (Red+Green+Blue) = 253+235+101=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 101 (39.84% from 255 or 17.15% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEB65 is #02149A. Grayscale: #E1E1E1. Windows color (decimal): -136347 or 6679549. OLE color: 6679549.

HSL color Cylindrical-coordinate representation of color #FDEB65: hue angle of 52.89º 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 #FDEB65 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB253235101-
CMYK00.070.600.01
HSL52.89º97.44%69.41%-
HSV(B)52.89º60.08%99.22%-
XYZ72.5781.2424.17-
YUV225.1157.96147.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 42.95%
GREEN value IS 235 (92.19% from 255) = 39.90%
BLUE value IS 101 (39.84% from 255) = 17.15%
R=42.95%
G=39.90%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323510100.070.600.0152.8997.4469.41
HexFDEB65073C1356145
Octal3753531450774165141105
Binary111111011110101111001010111111100111010111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEB65; }

 p { color: rgb(253,235,101); }

 H1.HeaderClassName
 {
   color: #FDEB65;
 }
 .AnyTagClassName
 {
   color: #FDEB65;
 }
</style>
background-color css

<style>
 a { background-color: #FDEB65; }

 a { background-color: rgb(253,235,101); }

 div.DivClassName
 {
   background-color: #FDEB65;
 }
 .BgClassName
 {
   background-color: #FDEB65;
 }
</style>
border-color css

<style>
 span { border-color: #FDEB65; }

 span { border-color: rgb(253,235,101); }

 td.TdClassName
 {
   border-color: #FDEB65;
 }
 .TagClassName
 {
   border-color: #FDEB65;
 }
</style>