Html Css Color HEX #FEF264 Corn

📋 copy color: '#FEF264'

red 254 ◦ green 242 ◦ blue 100

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

Shades of Corn #FEF264

Tints of Corn #FEF264

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.6%

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

R = 42.62%
G = 40.6%
B = 16.78%

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

#FEF264 (or 0xFEF264) is known color: Corn. HEX triplet: FE, F2 and 64. RGB value is (254,242,100). Sum of RGB (Red+Green+Blue) = 254+242+100=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 100 (39.45% from 255 or 16.78% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF264 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF264 is #010D9B. Grayscale: #E5E5E5. Windows color (decimal): -69020 or 6615806. OLE color: 6615806.

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

Color convert

RGB 254 242 100 -
CMYK 0 0.05 0.61 0.00
HSL 55.32º 0.99% 0.69% -
HSV(B) 55.32º 0.61% 1% -
XYZ 74.93 85.5 24.61 -
YUV 229.4 54.98 145.55 -
System Red Green Blue C M Y K H S L
Decimal 254 242 100 0 0.05 0.61 0.00 55.32 0.99 0.69
Hex FE F2 64 0 5 3D 0 37 63 45
Octal 376 362 144 0 5 75 0 67 143 105
Binary 11111110 11110010 1100100 0 101 111101 0 110111 1100011 1000101

Color Harmonies of #FEF264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF264

Black with #FEF264

Text Example


Text Example

White with #FEF264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF264; }

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

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

background-color css

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

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

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

border-color css

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

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

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