Html Css Color HEX #F2EC5A Corn

📋 copy color: '#F2EC5A'

red 242 ◦ green 236 ◦ blue 90

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

Shades of Corn #F2EC5A

Tints of Corn #F2EC5A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.55%

 BLUE value IS 90 (35.55% from 255) = 15.85%

R = 42.61%
G = 41.55%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2EC5A (or 0xF2EC5A) is known color: Corn. HEX triplet: F2, EC and 5A. RGB value is (242,236,90). Sum of RGB (Red+Green+Blue) = 242+236+90=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 90 (35.55% from 255 or 15.85% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EC5A is #0D13A5. Grayscale: #DDDDDD. Windows color (decimal): -856998 or 5958898. OLE color: 5958898.

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

Color convert

RGB 242 236 90 -
CMYK 0 0.02 0.63 0.05
HSL 57.63º 0.85% 0.65% -
HSV(B) 57.63º 0.63% 0.95% -
XYZ 68.46 79.61 21.43 -
YUV 221.15 53.99 142.87 -
System Red Green Blue C M Y K H S L
Decimal 242 236 90 0 0.02 0.63 0.05 57.63 0.85 0.65
Hex F2 EC 5A 0 2 3F 5 3A 55 41
Octal 362 354 132 0 2 77 5 72 125 101
Binary 11110010 11101100 1011010 0 10 111111 101 111010 1010101 1000001

Color Harmonies of #F2EC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EC5A

Black with #F2EC5A

Text Example


Text Example

White with #F2EC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EC5A; }

 p { color: rgb(242,236,90); }

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

background-color css

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

 a { background-color: rgb(242,236,90); }

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

border-color css

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

 span { border-color: rgb(242,236,90); }

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