#FCE869

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

Shades of Corn #FCE869

Tints of Corn #FCE869

Color information

#FCE869 (or 0xFCE869) is unknown color: approx Corn. HEX triplet: FC, E8 and 69. RGB value is (252,232,105). Sum of RGB (Red+Green+Blue) = 252+232+105=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 232 (91.02% from 255 or 39.39% from 589); Blue value is 105 (41.41% from 255 or 17.83% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE869 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE869 is #031796. Grayscale: #E0E0E0. Windows color (decimal): -202647 or 6940924. OLE color: 6940924.

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

Color convert

RGB252232105-
CMYK00.080.580.01
HSL51.84º96.08%70%-
HSV(B)51.84º58.33%98.82%-
XYZ71.5579.4324.92-
YUV223.561.13148.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.78%
GREEN value IS 232 (91.02% from 255) = 39.39%
BLUE value IS 105 (41.41% from 255) = 17.83%
R=42.78%
G=39.39%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223210500.080.580.0151.8496.0870
HexFCE869083A1346046
Octal37435015101072164140106
Binary1111110011101000110100101000111010111010011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE869; }

 p { color: rgb(252,232,105); }

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

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

 a { background-color: rgb(252,232,105); }

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

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

 span { border-color: rgb(252,232,105); }

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