Html Css Color HEX #FEF064 Corn

📋 copy color: '#FEF064'

red 254 ◦ green 240 ◦ blue 100

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

Shades of Corn #FEF064

Tints of Corn #FEF064

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.4%

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

R = 42.76%
G = 40.4%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FEF064 (or 0xFEF064) is known color: Corn. HEX triplet: FE, F0 and 64. RGB value is (254,240,100). Sum of RGB (Red+Green+Blue) = 254+240+100=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 100 (39.45% from 255 or 16.84% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF064 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF064 is #010F9B. Grayscale: #E4E4E4. Windows color (decimal): -69532 or 6615294. OLE color: 6615294.

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

Color convert

RGB 254 240 100 -
CMYK 0 0.06 0.61 0.00
HSL 54.55º 0.99% 0.69% -
HSV(B) 54.55º 0.61% 1% -
XYZ 74.33 84.31 24.41 -
YUV 228.23 55.64 146.38 -
System Red Green Blue C M Y K H S L
Decimal 254 240 100 0 0.06 0.61 0.00 54.55 0.99 0.69
Hex FE F0 64 0 6 3D 0 37 63 45
Octal 376 360 144 0 6 75 0 67 143 105
Binary 11111110 11110000 1100100 0 110 111101 0 110111 1100011 1000101

Color Harmonies of #FEF064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF064

Black with #FEF064

Text Example


Text Example

White with #FEF064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF064; }

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

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

background-color css

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

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

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

border-color css

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

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

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