Html Css Color HEX #F2EE5B Corn

📋 copy color: '#F2EE5B'

red 242 ◦ green 238 ◦ blue 91

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

Shades of Corn #F2EE5B

Tints of Corn #F2EE5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 15.94%

R = 42.38%
G = 41.68%
B = 15.94%

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

#F2EE5B (or 0xF2EE5B) is known color: Corn. HEX triplet: F2, EE and 5B. RGB value is (242,238,91). Sum of RGB (Red+Green+Blue) = 242+238+91=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 91 (35.94% from 255 or 15.94% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EE5B is #0D11A4. Grayscale: #DFDFDF. Windows color (decimal): -856485 or 6024946. OLE color: 6024946.

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

Color convert

RGB 242 238 91 -
CMYK 0 0.02 0.62 0.05
HSL 58.41º 0.85% 0.65% -
HSV(B) 58.41º 0.62% 0.95% -
XYZ 69.08 80.78 21.85 -
YUV 222.44 53.83 141.95 -
System Red Green Blue C M Y K H S L
Decimal 242 238 91 0 0.02 0.62 0.05 58.41 0.85 0.65
Hex F2 EE 5B 0 2 3E 5 3A 55 41
Octal 362 356 133 0 2 76 5 72 125 101
Binary 11110010 11101110 1011011 0 10 111110 101 111010 1010101 1000001

Color Harmonies of #F2EE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EE5B

Black with #F2EE5B

Text Example


Text Example

White with #F2EE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EE5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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