Html Css Color HEX #F2EE60 Corn

📋 copy color: '#F2EE60'

red 242 ◦ green 238 ◦ blue 96

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

Shades of Corn #F2EE60

Tints of Corn #F2EE60

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.32%

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

R = 42.01%
G = 41.32%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F2EE60 (or 0xF2EE60) is known color: Corn. HEX triplet: F2, EE and 60. RGB value is (242,238,96). Sum of RGB (Red+Green+Blue) = 242+238+96=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 238 (93.36% from 255 or 41.32% from 576); Blue value is 96 (37.89% from 255 or 16.67% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EE60 is #0D119F. Grayscale: #DFDFDF. Windows color (decimal): -856480 or 6352626. OLE color: 6352626.

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

Color convert

RGB 242 238 96 -
CMYK 0 0.02 0.60 0.05
HSL 58.36º 0.85% 0.66% -
HSV(B) 58.36º 0.6% 0.95% -
XYZ 69.3 80.87 23.02 -
YUV 223.01 56.33 141.55 -
System Red Green Blue C M Y K H S L
Decimal 242 238 96 0 0.02 0.60 0.05 58.36 0.85 0.66
Hex F2 EE 60 0 2 3C 5 3A 55 42
Octal 362 356 140 0 2 74 5 72 125 102
Binary 11110010 11101110 1100000 0 10 111100 101 111010 1010101 1000010

Color Harmonies of #F2EE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EE60

Black with #F2EE60

Text Example


Text Example

White with #F2EE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EE60; }

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

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

background-color css

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

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

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

border-color css

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

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

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