Html Css Color HEX #FEF15E Corn

📋 copy color: '#FEF15E'

red 254 ◦ green 241 ◦ blue 94

#FEF15E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn #FEF15E

Tints of Corn #FEF15E

RGB

 RED value IS 254 (99.61% from 255) = 43.12%

 GREEN value IS 241 (94.53% from 255) = 40.92%

 BLUE value IS 94 (37.11% from 255) = 15.96%

R = 43.12%
G = 40.92%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEF15E (or 0xFEF15E) is known color: Corn. HEX triplet: FE, F1 and 5E. RGB value is (254,241,94). Sum of RGB (Red+Green+Blue) = 254+241+94=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 94 (37.11% from 255 or 15.96% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF15E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF15E is #010EA1. Grayscale: #E4E4E4. Windows color (decimal): -69282 or 6222334. OLE color: 6222334.

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

Color convert

RGB 254 241 94 -
CMYK 0 0.05 0.63 0.00
HSL 55.13º 0.99% 0.68% -
HSV(B) 55.13º 0.63% 1% -
XYZ 74.35 84.79 23.04 -
YUV 228.13 52.31 146.45 -
System Red Green Blue C M Y K H S L
Decimal 254 241 94 0 0.05 0.63 0.00 55.13 0.99 0.68
Hex FE F1 5E 0 5 3F 0 37 63 44
Octal 376 361 136 0 5 77 0 67 143 104
Binary 11111110 11110001 1011110 0 101 111111 0 110111 1100011 1000100

Color Harmonies of #FEF15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF15E

Black with #FEF15E

Text Example


Text Example

White with #FEF15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF15E; }

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

 H1.HeaderClassName
 {
   color: #FEF15E;
 }
 .AnyTagClassName
 {
   color: #FEF15E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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