Html Css Color HEX #F2ED62 Corn

📋 copy color: '#F2ED62'

red 242 ◦ green 237 ◦ blue 98

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

Shades of Corn #F2ED62

Tints of Corn #F2ED62

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.07%

 BLUE value IS 98 (38.67% from 255) = 16.98%

R = 41.94%
G = 41.07%
B = 16.98%

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

#F2ED62 (or 0xF2ED62) is known color: Corn. HEX triplet: F2, ED and 62. RGB value is (242,237,98). Sum of RGB (Red+Green+Blue) = 242+237+98=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 98 (38.67% from 255 or 16.98% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED62 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2ED62 is #0D129D. Grayscale: #DFDFDF. Windows color (decimal): -856734 or 6483442. OLE color: 6483442.

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

Color convert

RGB 242 237 98 -
CMYK 0 0.02 0.60 0.05
HSL 57.92º 0.85% 0.67% -
HSV(B) 57.92º 0.6% 0.95% -
XYZ 69.11 80.33 23.42 -
YUV 222.65 57.66 141.8 -
System Red Green Blue C M Y K H S L
Decimal 242 237 98 0 0.02 0.60 0.05 57.92 0.85 0.67
Hex F2 ED 62 0 2 3C 5 3A 55 43
Octal 362 355 142 0 2 74 5 72 125 103
Binary 11110010 11101101 1100010 0 10 111100 101 111010 1010101 1000011

Color Harmonies of #F2ED62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ED62

Black with #F2ED62

Text Example


Text Example

White with #F2ED62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ED62; }

 p { color: rgb(242,237,98); }

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

background-color css

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

 a { background-color: rgb(242,237,98); }

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

border-color css

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

 span { border-color: rgb(242,237,98); }

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