#FCF165

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

Shades of Corn #FCF165

Tints of Corn #FCF165

Color information

#FCF165 (or 0xFCF165) is unknown color: approx Corn. HEX triplet: FC, F1 and 65. RGB value is (252,241,101). Sum of RGB (Red+Green+Blue) = 252+241+101=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 101 (39.84% from 255 or 17.00% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF165 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF165 is #030E9A. Grayscale: #E4E4E4. Windows color (decimal): -200347 or 6681084. OLE color: 6681084.

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

Color convert

RGB252241101-
CMYK00.040.600.01
HSL55.63º96.18%69.22%-
HSV(B)55.63º59.92%98.82%-
XYZ73.9584.5524.73-
YUV228.3356.14144.88-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.42%
GREEN value IS 241 (94.53% from 255) = 40.57%
BLUE value IS 101 (39.84% from 255) = 17.00%
R=42.42%
G=40.57%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224110100.040.600.0155.6396.1869.22
HexFCF165043C1386045
Octal3743611450474170140105
Binary111111001111000111001010100111100111100011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF165; }

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

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

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

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

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

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

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

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