#F2E673

Color #F2E673 Sweet Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Corn #F2E673

Tints of Sweet Corn #F2E673

Color information

#F2E673 (or 0xF2E673) is unknown color: approx Sweet Corn. HEX triplet: F2, E6 and 73. RGB value is (242,230,115). Sum of RGB (Red+Green+Blue) = 242+230+115=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 230 (90.23% from 255 or 39.18% from 587); Blue value is 115 (45.31% from 255 or 19.59% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E673 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E673 is #0D198C. Grayscale: #DCDCDC. Windows color (decimal): -858509 or 7595762. OLE color: 7595762.

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

Color convert

RGB242230115-
CMYK00.050.520.05
HSL54.33º83.01%70%-
HSV(B)54.33º52.48%94.9%-
XYZ68.0176.7127.44-
YUV220.4868.48143.35-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.23%
GREEN value IS 230 (90.23% from 255) = 39.18%
BLUE value IS 115 (45.31% from 255) = 19.59%
R=41.23%
G=39.18%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223011500.050.520.0554.3383.0170
HexF2E67305345365346
Octal3623461630564566123106
Binary11110010111001101110011010111010010111011010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E673; }

 p { color: rgb(242,230,115); }

 H1.HeaderClassName
 {
   color: #F2E673;
 }
 .AnyTagClassName
 {
   color: #F2E673;
 }
</style>
background-color css

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

 a { background-color: rgb(242,230,115); }

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

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

 span { border-color: rgb(242,230,115); }

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