Html Css Color HEX #F2ED5C Corn

📋 copy color: '#F2ED5C'

red 242 ◦ green 237 ◦ blue 92

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

Shades of Corn #F2ED5C

Tints of Corn #F2ED5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.11%

R = 42.38%
G = 41.51%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2ED5C (or 0xF2ED5C) is known color: Corn. HEX triplet: F2, ED and 5C. RGB value is (242,237,92). Sum of RGB (Red+Green+Blue) = 242+237+92=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 92 (36.33% from 255 or 16.11% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2ED5C is #0D12A3. Grayscale: #DEDEDE. Windows color (decimal): -856740 or 6090226. OLE color: 6090226.

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

Color convert

RGB 242 237 92 -
CMYK 0 0.02 0.62 0.05
HSL 58º 0.85% 0.65% -
HSV(B) 58º 0.62% 0.95% -
XYZ 68.83 80.22 21.98 -
YUV 221.97 54.66 142.29 -
System Red Green Blue C M Y K H S L
Decimal 242 237 92 0 0.02 0.62 0.05 58 0.85 0.65
Hex F2 ED 5C 0 2 3E 5 3A 55 41
Octal 362 355 134 0 2 76 5 72 125 101
Binary 11110010 11101101 1011100 0 10 111110 101 111010 1010101 1000001

Color Harmonies of #F2ED5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ED5C

Black with #F2ED5C

Text Example


Text Example

White with #F2ED5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ED5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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