#FCE465

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

Shades of Corn #FCE465

Tints of Corn #FCE465

Color information

#FCE465 (or 0xFCE465) is unknown color: approx Corn. HEX triplet: FC, E4 and 65. RGB value is (252,228,101). Sum of RGB (Red+Green+Blue) = 252+228+101=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 101 (39.84% from 255 or 17.38% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE465 is #031B9A. Grayscale: #DDDDDD. Windows color (decimal): -203675 or 6677756. OLE color: 6677756.

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

Color convert

RGB252228101-
CMYK00.100.600.01
HSL50.46º96.18%69.22%-
HSV(B)50.46º59.92%98.82%-
XYZ70.2477.1223.5-
YUV220.760.45150.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.37%
GREEN value IS 228 (89.45% from 255) = 39.24%
BLUE value IS 101 (39.84% from 255) = 17.38%
R=43.37%
G=39.24%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222810100.100.600.0150.4696.1869.22
HexFCE4650A3C1326045
Octal37434414501274162140105
Binary1111110011100100110010101010111100111001011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE465; }

 p { color: rgb(252,228,101); }

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

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

 a { background-color: rgb(252,228,101); }

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

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

 span { border-color: rgb(252,228,101); }

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