Html Css Color HEX #F2E362 Corn

📋 copy color: '#F2E362'

red 242 ◦ green 227 ◦ blue 98

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

Shades of Corn #F2E362

Tints of Corn #F2E362

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.04%

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

R = 42.68%
G = 40.04%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F2E362 (or 0xF2E362) is known color: Corn. HEX triplet: F2, E3 and 62. RGB value is (242,227,98). Sum of RGB (Red+Green+Blue) = 242+227+98=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 98 (38.67% from 255 or 17.28% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E362 is #0D1C9D. Grayscale: #D9D9D9. Windows color (decimal): -859294 or 6480882. OLE color: 6480882.

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

Color convert

RGB 242 227 98 -
CMYK 0 0.06 0.60 0.05
HSL 53.75º 0.85% 0.67% -
HSV(B) 53.75º 0.6% 0.95% -
XYZ 66.29 74.7 22.48 -
YUV 216.78 60.97 145.99 -
System Red Green Blue C M Y K H S L
Decimal 242 227 98 0 0.06 0.60 0.05 53.75 0.85 0.67
Hex F2 E3 62 0 6 3C 5 36 55 43
Octal 362 343 142 0 6 74 5 66 125 103
Binary 11110010 11100011 1100010 0 110 111100 101 110110 1010101 1000011

Color Harmonies of #F2E362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E362

Black with #F2E362

Text Example


Text Example

White with #F2E362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E362; }

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

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

background-color css

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

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

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

border-color css

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

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

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