#FCF05E

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

Shades of Corn #FCF05E

Tints of Corn #FCF05E

Color information

#FCF05E (or 0xFCF05E) is unknown color: approx Corn. HEX triplet: FC, F0 and 5E. RGB value is (252,240,94). Sum of RGB (Red+Green+Blue) = 252+240+94=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 94 (37.11% from 255 or 16.04% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF05E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF05E is #030FA1. Grayscale: #E3E3E3. Windows color (decimal): -200610 or 6222076. OLE color: 6222076.

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

Color convert

RGB25224094-
CMYK00.050.630.01
HSL55.44º96.34%67.84%-
HSV(B)55.44º62.7%98.82%-
XYZ73.3383.8222.9-
YUV226.9452.98145.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.00%
GREEN value IS 240 (94.14% from 255) = 40.96%
BLUE value IS 94 (37.11% from 255) = 16.04%
R=43.00%
G=40.96%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522409400.050.630.0155.4496.3467.84
HexFCF05E053F1376044
Octal3743601360577167140104
Binary111111001111000010111100101111111111011111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF05E; }

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

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

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

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

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

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

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

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