#FCF465

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

Shades of Corn #FCF465

Tints of Corn #FCF465

Color information

#FCF465 (or 0xFCF465) is unknown color: approx Corn. HEX triplet: FC, F4 and 65. RGB value is (252,244,101). Sum of RGB (Red+Green+Blue) = 252+244+101=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 244 (95.70% from 255 or 40.87% from 597); Blue value is 101 (39.84% from 255 or 16.92% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF465 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF465 is #030B9A. Grayscale: #E6E6E6. Windows color (decimal): -199579 or 6681852. OLE color: 6681852.

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

Color convert

RGB252244101-
CMYK00.030.600.01
HSL56.82º96.18%69.22%-
HSV(B)56.82º59.92%98.82%-
XYZ74.8486.3425.03-
YUV230.0955.15143.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.21%
GREEN value IS 244 (95.70% from 255) = 40.87%
BLUE value IS 101 (39.84% from 255) = 16.92%
R=42.21%
G=40.87%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224410100.030.600.0156.8296.1869.22
HexFCF465033C1396045
Octal3743641450374171140105
Binary11111100111101001100101011111100111100111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF465; }

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

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

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

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

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

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

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

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