Html Css Color HEX #F2E464 Corn

📋 copy color: '#F2E464'

red 242 ◦ green 228 ◦ blue 100

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

Shades of Corn #F2E464

Tints of Corn #F2E464

RGB

 RED value IS 242 (94.92% from 255) = 42.46%

 GREEN value IS 228 (89.45% from 255) = 40%

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

R = 42.46%
G = 40%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F2E464 (or 0xF2E464) is known color: Corn. HEX triplet: F2, E4 and 64. RGB value is (242,228,100). Sum of RGB (Red+Green+Blue) = 242+228+100=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 228 (89.45% from 255 or 40% from 570); Blue value is 100 (39.45% from 255 or 17.54% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E464 is #0D1B9B. Grayscale: #DADADA. Windows color (decimal): -859036 or 6612210. OLE color: 6612210.

HSL color Cylindrical-coordinate representation of color #F2E464: hue angle of 54.08º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2E464 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 228 100 -
CMYK 0 0.06 0.59 0.05
HSL 54.08º 0.85% 0.67% -
HSV(B) 54.08º 0.59% 0.95% -
XYZ 66.66 75.28 23.07 -
YUV 217.59 61.64 145.41 -
System Red Green Blue C M Y K H S L
Decimal 242 228 100 0 0.06 0.59 0.05 54.08 0.85 0.67
Hex F2 E4 64 0 6 3B 5 36 55 43
Octal 362 344 144 0 6 73 5 66 125 103
Binary 11110010 11100100 1100100 0 110 111011 101 110110 1010101 1000011

Color Harmonies of #F2E464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E464

Black with #F2E464

Text Example


Text Example

White with #F2E464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E464; }

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

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

background-color css

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

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

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

border-color css

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

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

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