Html Css Color HEX #F2E279 Sweet Corn

📋 copy color: '#F2E279'

red 242 ◦ green 226 ◦ blue 121

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

Shades of Sweet Corn #F2E279

Tints of Sweet Corn #F2E279

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.37%

 BLUE value IS 121 (47.66% from 255) = 20.54%

R = 41.09%
G = 38.37%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F2E279 (or 0xF2E279) is known color: Sweet Corn. HEX triplet: F2, E2 and 79. RGB value is (242,226,121). Sum of RGB (Red+Green+Blue) = 242+226+121=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 121 (47.66% from 255 or 20.54% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E279 is #0D1D86. Grayscale: #DBDBDB. Windows color (decimal): -859527 or 7987954. OLE color: 7987954.

HSL color Cylindrical-coordinate representation of color #F2E279: hue angle of 52.07º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2E279 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 226 121 -
CMYK 0 0.07 0.50 0.05
HSL 52.07º 0.82% 0.71% -
HSV(B) 52.07º 0.5% 0.95% -
XYZ 67.27 74.65 28.95 -
YUV 218.81 72.8 144.54 -
System Red Green Blue C M Y K H S L
Decimal 242 226 121 0 0.07 0.50 0.05 52.07 0.82 0.71
Hex F2 E2 79 0 7 32 5 34 52 47
Octal 362 342 171 0 7 62 5 64 122 107
Binary 11110010 11100010 1111001 0 111 110010 101 110100 1010010 1000111

Color Harmonies of #F2E279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E279

Black with #F2E279

Text Example


Text Example

White with #F2E279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E279; }

 p { color: rgb(242,226,121); }

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

background-color css

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

 a { background-color: rgb(242,226,121); }

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

border-color css

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

 span { border-color: rgb(242,226,121); }

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