Html Css Color HEX #FEF164 Corn

📋 copy color: '#FEF164'

red 254 ◦ green 241 ◦ blue 100

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

Shades of Corn #FEF164

Tints of Corn #FEF164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 16.81%

R = 42.69%
G = 40.5%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FEF164 (or 0xFEF164) is known color: Corn. HEX triplet: FE, F1 and 64. RGB value is (254,241,100). Sum of RGB (Red+Green+Blue) = 254+241+100=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 100 (39.45% from 255 or 16.81% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF164 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF164 is #010E9B. Grayscale: #E5E5E5. Windows color (decimal): -69276 or 6615550. OLE color: 6615550.

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

Color convert

RGB 254 241 100 -
CMYK 0 0.05 0.61 0.00
HSL 54.94º 0.99% 0.69% -
HSV(B) 54.94º 0.61% 1% -
XYZ 74.63 84.9 24.51 -
YUV 228.81 55.31 145.96 -
System Red Green Blue C M Y K H S L
Decimal 254 241 100 0 0.05 0.61 0.00 54.94 0.99 0.69
Hex FE F1 64 0 5 3D 0 37 63 45
Octal 376 361 144 0 5 75 0 67 143 105
Binary 11111110 11110001 1100100 0 101 111101 0 110111 1100011 1000101

Color Harmonies of #FEF164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF164

Black with #FEF164

Text Example


Text Example

White with #FEF164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF164; }

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

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

background-color css

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

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

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

border-color css

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

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

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