Html Css Color HEX #F2E162 Corn

📋 copy color: '#F2E162'

red 242 ◦ green 225 ◦ blue 98

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

Shades of Corn #F2E162

Tints of Corn #F2E162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.35%

R = 42.83%
G = 39.82%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F2E162 (or 0xF2E162) is known color: Corn. HEX triplet: F2, E1 and 62. RGB value is (242,225,98). Sum of RGB (Red+Green+Blue) = 242+225+98=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 98 (38.67% from 255 or 17.35% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E162 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E162 is #0D1E9D. Grayscale: #D8D8D8. Windows color (decimal): -859806 or 6480370. OLE color: 6480370.

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

Color convert

RGB 242 225 98 -
CMYK 0 0.07 0.60 0.05
HSL 52.92º 0.85% 0.67% -
HSV(B) 52.92º 0.6% 0.95% -
XYZ 65.75 73.61 22.3 -
YUV 215.61 61.63 146.83 -
System Red Green Blue C M Y K H S L
Decimal 242 225 98 0 0.07 0.60 0.05 52.92 0.85 0.67
Hex F2 E1 62 0 7 3C 5 35 55 43
Octal 362 341 142 0 7 74 5 65 125 103
Binary 11110010 11100001 1100010 0 111 111100 101 110101 1010101 1000011

Color Harmonies of #F2E162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E162

Black with #F2E162

Text Example


Text Example

White with #F2E162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E162; }

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

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

background-color css

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

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

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

border-color css

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

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

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