Html Css Color HEX #FEF464 Corn

📋 copy color: '#FEF464'

red 254 ◦ green 244 ◦ blue 100

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

Shades of Corn #FEF464

Tints of Corn #FEF464

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.8%

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

R = 42.47%
G = 40.8%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FEF464 (or 0xFEF464) is known color: Corn. HEX triplet: FE, F4 and 64. RGB value is (254,244,100). Sum of RGB (Red+Green+Blue) = 254+244+100=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 244 (95.70% from 255 or 40.80% from 598); Blue value is 100 (39.45% from 255 or 16.72% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF464 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF464 is #010B9B. Grayscale: #E7E7E7. Windows color (decimal): -68508 or 6616318. OLE color: 6616318.

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

Color convert

RGB 254 244 100 -
CMYK 0 0.04 0.61 0.00
HSL 56.1º 0.99% 0.69% -
HSV(B) 56.1º 0.61% 1% -
XYZ 75.52 86.69 24.81 -
YUV 230.57 54.31 144.71 -
System Red Green Blue C M Y K H S L
Decimal 254 244 100 0 0.04 0.61 0.00 56.1 0.99 0.69
Hex FE F4 64 0 4 3D 0 38 63 45
Octal 376 364 144 0 4 75 0 70 143 105
Binary 11111110 11110100 1100100 0 100 111101 0 111000 1100011 1000101

Color Harmonies of #FEF464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF464

Black with #FEF464

Text Example


Text Example

White with #FEF464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF464; }

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

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

background-color css

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

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

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

border-color css

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

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

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