Html Css Color HEX #FEF65E Corn

📋 copy color: '#FEF65E'

red 254 ◦ green 246 ◦ blue 94

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

Shades of Corn #FEF65E

Tints of Corn #FEF65E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.41%

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

R = 42.76%
G = 41.41%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEF65E (or 0xFEF65E) is known color: Corn. HEX triplet: FE, F6 and 5E. RGB value is (254,246,94). Sum of RGB (Red+Green+Blue) = 254+246+94=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 246 (96.48% from 255 or 41.41% from 594); Blue value is 94 (37.11% from 255 or 15.82% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF65E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF65E is #0109A1. Grayscale: #E7E7E7. Windows color (decimal): -68002 or 6223614. OLE color: 6223614.

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

Color convert

RGB 254 246 94 -
CMYK 0 0.03 0.63 0.00
HSL 57º 0.99% 0.68% -
HSV(B) 57º 0.63% 1% -
XYZ 75.85 87.79 23.54 -
YUV 231.06 50.65 144.36 -
System Red Green Blue C M Y K H S L
Decimal 254 246 94 0 0.03 0.63 0.00 57 0.99 0.68
Hex FE F6 5E 0 3 3F 0 39 63 44
Octal 376 366 136 0 3 77 0 71 143 104
Binary 11111110 11110110 1011110 0 11 111111 0 111001 1100011 1000100

Color Harmonies of #FEF65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF65E

Black with #FEF65E

Text Example


Text Example

White with #FEF65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF65E; }

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

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

background-color css

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

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

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

border-color css

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

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

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