Html Css Color HEX #F2EA5C Corn

📋 copy color: '#F2EA5C'

red 242 ◦ green 234 ◦ blue 92

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

Shades of Corn #F2EA5C

Tints of Corn #F2EA5C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.2%

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

R = 42.61%
G = 41.2%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2EA5C (or 0xF2EA5C) is known color: Corn. HEX triplet: F2, EA and 5C. RGB value is (242,234,92). Sum of RGB (Red+Green+Blue) = 242+234+92=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 92 (36.33% from 255 or 16.20% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EA5C is #0D15A3. Grayscale: #DCDCDC. Windows color (decimal): -857508 or 6089458. OLE color: 6089458.

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

Color convert

RGB 242 234 92 -
CMYK 0 0.03 0.62 0.05
HSL 56.8º 0.85% 0.65% -
HSV(B) 56.8º 0.62% 0.95% -
XYZ 67.97 78.5 21.69 -
YUV 220.2 55.65 143.55 -
System Red Green Blue C M Y K H S L
Decimal 242 234 92 0 0.03 0.62 0.05 56.8 0.85 0.65
Hex F2 EA 5C 0 3 3E 5 39 55 41
Octal 362 352 134 0 3 76 5 71 125 101
Binary 11110010 11101010 1011100 0 11 111110 101 111001 1010101 1000001

Color Harmonies of #F2EA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EA5C

Black with #F2EA5C

Text Example


Text Example

White with #F2EA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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