#FEF166

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

Shades of Corn #FEF166

Tints of Corn #FEF166

Color information

#FEF166 (or 0xFEF166) is unknown color: approx Corn. HEX triplet: FE, F1 and 66. RGB value is (254,241,102). Sum of RGB (Red+Green+Blue) = 254+241+102=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 241 (94.53% from 255 or 40.37% from 597); Blue value is 102 (40.23% from 255 or 17.09% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF166 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF166 is #010E99. Grayscale: #E5E5E5. Windows color (decimal): -69274 or 6746622. OLE color: 6746622.

HSL color Cylindrical-coordinate representation of color #FEF166: hue angle of 54.87º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEF166 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB254241102-
CMYK00.050.600.00
HSL54.87º98.7%69.8%-
HSV(B)54.87º59.84%99.61%-
XYZ74.7384.9425.03-
YUV229.0456.31145.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.55%
GREEN value IS 241 (94.53% from 255) = 40.37%
BLUE value IS 102 (40.23% from 255) = 17.09%
R=42.55%
G=40.37%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424110200.050.600.0054.8798.769.8
HexFEF166053C0376346
Octal3763611460574067143106
Binary111111101111000111001100101111100011011111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF166; }

 p { color: rgb(254,241,102); }

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

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

 a { background-color: rgb(254,241,102); }

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

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

 span { border-color: rgb(254,241,102); }

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