#FEF260

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

Shades of Corn #FEF260

Tints of Corn #FEF260

Color information

#FEF260 (or 0xFEF260) is unknown color: approx Corn. HEX triplet: FE, F2 and 60. RGB value is (254,242,96). Sum of RGB (Red+Green+Blue) = 254+242+96=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 96 (37.89% from 255 or 16.22% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF260 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF260 is #010D9F. Grayscale: #E5E5E5. Windows color (decimal): -69024 or 6353662. OLE color: 6353662.

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

Color convert

RGB25424296-
CMYK00.050.620.00
HSL55.44º98.75%68.63%-
HSV(B)55.44º62.2%99.61%-
XYZ74.7485.4223.61-
YUV228.9452.98145.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.91%
GREEN value IS 242 (94.92% from 255) = 40.88%
BLUE value IS 96 (37.89% from 255) = 16.22%
R=42.91%
G=40.88%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542429600.050.620.0055.4498.7568.63
HexFEF260053E0376345
Octal3763621400576067143105
Binary111111101111001011000000101111110011011111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF260; }

 p { color: rgb(254,242,96); }

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

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

 a { background-color: rgb(254,242,96); }

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

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

 span { border-color: rgb(254,242,96); }

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