#FCF065

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

Shades of Corn #FCF065

Tints of Corn #FCF065

Color information

#FCF065 (or 0xFCF065) is unknown color: approx Corn. HEX triplet: FC, F0 and 65. RGB value is (252,240,101). Sum of RGB (Red+Green+Blue) = 252+240+101=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 101 (39.84% from 255 or 17.03% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF065 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF065 is #030F9A. Grayscale: #E4E4E4. Windows color (decimal): -200603 or 6680828. OLE color: 6680828.

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

Color convert

RGB252240101-
CMYK00.050.600.01
HSL55.23º96.18%69.22%-
HSV(B)55.23º59.92%98.82%-
XYZ73.6583.9624.63-
YUV227.7456.48145.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.50%
GREEN value IS 240 (94.14% from 255) = 40.47%
BLUE value IS 101 (39.84% from 255) = 17.03%
R=42.50%
G=40.47%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224010100.050.600.0155.2396.1869.22
HexFCF065053C1376045
Octal3743601450574167140105
Binary111111001111000011001010101111100111011111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF065; }

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

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

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

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

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

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

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

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