Html Css Color HEX #F2E15E Corn

📋 copy color: '#F2E15E'

red 242 ◦ green 225 ◦ blue 94

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

Shades of Corn #F2E15E

Tints of Corn #F2E15E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.11%

 BLUE value IS 94 (37.11% from 255) = 16.76%

R = 43.14%
G = 40.11%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2E15E (or 0xF2E15E) is known color: Corn. HEX triplet: F2, E1 and 5E. RGB value is (242,225,94). Sum of RGB (Red+Green+Blue) = 242+225+94=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 225 (88.28% from 255 or 40.11% from 561); Blue value is 94 (37.11% from 255 or 16.76% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E15E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E15E is #0D1EA1. Grayscale: #D7D7D7. Windows color (decimal): -859810 or 6218226. OLE color: 6218226.

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

Color convert

RGB 242 225 94 -
CMYK 0 0.07 0.61 0.05
HSL 53.11º 0.85% 0.66% -
HSV(B) 53.11º 0.61% 0.95% -
XYZ 65.56 73.54 21.33 -
YUV 215.15 59.63 147.15 -
System Red Green Blue C M Y K H S L
Decimal 242 225 94 0 0.07 0.61 0.05 53.11 0.85 0.66
Hex F2 E1 5E 0 7 3D 5 35 55 42
Octal 362 341 136 0 7 75 5 65 125 102
Binary 11110010 11100001 1011110 0 111 111101 101 110101 1010101 1000010

Color Harmonies of #F2E15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E15E

Black with #F2E15E

Text Example


Text Example

White with #F2E15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E15E; }

 p { color: rgb(242,225,94); }

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

background-color css

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

 a { background-color: rgb(242,225,94); }

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

border-color css

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

 span { border-color: rgb(242,225,94); }

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