#FCE769

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

Shades of Corn #FCE769

Tints of Corn #FCE769

Color information

#FCE769 (or 0xFCE769) is unknown color: approx Corn. HEX triplet: FC, E7 and 69. RGB value is (252,231,105). Sum of RGB (Red+Green+Blue) = 252+231+105=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 231 (90.62% from 255 or 39.29% from 588); Blue value is 105 (41.41% from 255 or 17.86% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE769 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE769 is #031896. Grayscale: #DFDFDF. Windows color (decimal): -202903 or 6940668. OLE color: 6940668.

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

Color convert

RGB252231105-
CMYK00.080.580.01
HSL51.43º96.08%70%-
HSV(B)51.43º58.33%98.82%-
XYZ71.2778.8724.83-
YUV222.9261.46148.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.86%
GREEN value IS 231 (90.62% from 255) = 39.29%
BLUE value IS 105 (41.41% from 255) = 17.86%
R=42.86%
G=39.29%
B=17.86%

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
Decimal25223110500.080.580.0151.4396.0870
HexFCE769083A1336046
Octal37434715101072163140106
Binary1111110011100111110100101000111010111001111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE769; }

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

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

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

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

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

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

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

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