Html Css Color HEX #F2E372 Sweet Corn

📋 copy color: '#F2E372'

red 242 ◦ green 227 ◦ blue 114

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

Shades of Sweet Corn #F2E372

Tints of Sweet Corn #F2E372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.55%

R = 41.51%
G = 38.94%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F2E372 (or 0xF2E372) is known color: Sweet Corn. HEX triplet: F2, E3 and 72. RGB value is (242,227,114). Sum of RGB (Red+Green+Blue) = 242+227+114=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 227 (89.06% from 255 or 38.94% from 583); Blue value is 114 (44.92% from 255 or 19.55% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E372 is #0D1C8D. Grayscale: #DBDBDB. Windows color (decimal): -859278 or 7529458. OLE color: 7529458.

HSL color Cylindrical-coordinate representation of color #F2E372: hue angle of 52.97º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F2E372 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 227 114 -
CMYK 0 0.06 0.53 0.05
HSL 52.97º 0.83% 0.7% -
HSV(B) 52.97º 0.53% 0.95% -
XYZ 67.12 75.03 26.86 -
YUV 218.6 68.97 144.69 -
System Red Green Blue C M Y K H S L
Decimal 242 227 114 0 0.06 0.53 0.05 52.97 0.83 0.7
Hex F2 E3 72 0 6 35 5 35 53 46
Octal 362 343 162 0 6 65 5 65 123 106
Binary 11110010 11100011 1110010 0 110 110101 101 110101 1010011 1000110

Color Harmonies of #F2E372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E372

Black with #F2E372

Text Example


Text Example

White with #F2E372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E372; }

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

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

background-color css

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

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

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

border-color css

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

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

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