#FCE467

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

Shades of Corn #FCE467

Tints of Corn #FCE467

Color information

#FCE467 (or 0xFCE467) is unknown color: approx Corn. HEX triplet: FC, E4 and 67. RGB value is (252,228,103). Sum of RGB (Red+Green+Blue) = 252+228+103=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 228 (89.45% from 255 or 39.11% from 583); Blue value is 103 (40.62% from 255 or 17.67% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE467 is #031B98. Grayscale: #DDDDDD. Windows color (decimal): -203673 or 6808828. OLE color: 6808828.

HSL color Cylindrical-coordinate representation of color #FCE467: hue angle of 50.34º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCE467 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB252228103-
CMYK00.100.590.01
HSL50.34º96.13%69.61%-
HSV(B)50.34º59.13%98.82%-
XYZ70.3477.1624.02-
YUV220.9361.45150.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.22%
GREEN value IS 228 (89.45% from 255) = 39.11%
BLUE value IS 103 (40.62% from 255) = 17.67%
R=43.22%
G=39.11%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222810300.100.590.0150.3496.1369.61
HexFCE4670A3B1326046
Octal37434414701273162140106
Binary1111110011100100110011101010111011111001011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE467; }

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

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

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

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

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

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

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

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