#FEF360

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

Shades of Corn #FEF360

Tints of Corn #FEF360

Color information

#FEF360 (or 0xFEF360) is unknown color: approx Corn. HEX triplet: FE, F3 and 60. RGB value is (254,243,96). Sum of RGB (Red+Green+Blue) = 254+243+96=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 243 (95.31% from 255 or 40.98% from 593); Blue value is 96 (37.89% from 255 or 16.19% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF360 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF360 is #010C9F. Grayscale: #E6E6E6. Windows color (decimal): -68768 or 6353918. OLE color: 6353918.

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

Color convert

RGB25424396-
CMYK00.040.620.00
HSL55.82º98.75%68.63%-
HSV(B)55.82º62.2%99.61%-
XYZ75.0386.0223.71-
YUV229.5352.64145.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.83%
GREEN value IS 243 (95.31% from 255) = 40.98%
BLUE value IS 96 (37.89% from 255) = 16.19%
R=42.83%
G=40.98%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542439600.040.620.0055.8298.7568.63
HexFEF360043E0386345
Octal3763631400476070143105
Binary111111101111001111000000100111110011100011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF360; }

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

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

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

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

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

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

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

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