#FEF262

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

Shades of Corn #FEF262

Tints of Corn #FEF262

Color information

#FEF262 (or 0xFEF262) is unknown color: approx Corn. HEX triplet: FE, F2 and 62. RGB value is (254,242,98). Sum of RGB (Red+Green+Blue) = 254+242+98=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 98 (38.67% from 255 or 16.50% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF262 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF262 is #010D9D. Grayscale: #E5E5E5. Windows color (decimal): -69022 or 6484734. OLE color: 6484734.

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

Color convert

RGB25424298-
CMYK00.050.610.00
HSL55.38º98.73%69.02%-
HSV(B)55.38º61.42%99.61%-
XYZ74.8385.4624.11-
YUV229.1753.98145.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.76%
GREEN value IS 242 (94.92% from 255) = 40.74%
BLUE value IS 98 (38.67% from 255) = 16.50%
R=42.76%
G=40.74%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542429800.050.610.0055.3898.7369.02
HexFEF262053D0376345
Octal3763621420575067143105
Binary111111101111001011000100101111101011011111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF262; }

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

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

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

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

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

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

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

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