Html Css Color HEX #F2E860 Corn

📋 copy color: '#F2E860'

red 242 ◦ green 232 ◦ blue 96

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

Shades of Corn #F2E860

Tints of Corn #F2E860

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.7%

 BLUE value IS 96 (37.89% from 255) = 16.84%

R = 42.46%
G = 40.7%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F2E860 (or 0xF2E860) is known color: Corn. HEX triplet: F2, E8 and 60. RGB value is (242,232,96). Sum of RGB (Red+Green+Blue) = 242+232+96=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 232 (91.02% from 255 or 40.70% from 570); Blue value is 96 (37.89% from 255 or 16.84% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E860 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E860 is #0D179F. Grayscale: #DCDCDC. Windows color (decimal): -858016 or 6351090. OLE color: 6351090.

HSL color Cylindrical-coordinate representation of color #F2E860: hue angle of 55.89º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2E860 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 232 96 -
CMYK 0 0.04 0.60 0.05
HSL 55.89º 0.85% 0.66% -
HSV(B) 55.89º 0.6% 0.95% -
XYZ 67.59 77.44 22.45 -
YUV 219.49 58.31 144.06 -
System Red Green Blue C M Y K H S L
Decimal 242 232 96 0 0.04 0.60 0.05 55.89 0.85 0.66
Hex F2 E8 60 0 4 3C 5 38 55 42
Octal 362 350 140 0 4 74 5 70 125 102
Binary 11110010 11101000 1100000 0 100 111100 101 111000 1010101 1000010

Color Harmonies of #F2E860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E860

Black with #F2E860

Text Example


Text Example

White with #F2E860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E860; }

 p { color: rgb(242,232,96); }

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

background-color css

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

 a { background-color: rgb(242,232,96); }

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

border-color css

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

 span { border-color: rgb(242,232,96); }

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