#F0D873

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

Shades of Sweet Corn #F0D873

Tints of Sweet Corn #F0D873

Color information

#F0D873 (or 0xF0D873) is unknown color: approx Sweet Corn. HEX triplet: F0, D8 and 73. RGB value is (240,216,115). Sum of RGB (Red+Green+Blue) = 240+216+115=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 115 (45.31% from 255 or 20.14% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D873 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D873 is #0F278C. Grayscale: #D4D4D4. Windows color (decimal): -993165 or 7592176. OLE color: 7592176.

HSL color Cylindrical-coordinate representation of color #F0D873: hue angle of 48.48º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0D873 is Cyan = 0, Magento = 0.1, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB240216115-
CMYK00.10.520.06
HSL48.48º80.65%69.61%-
HSV(B)48.48º52.08%94.12%-
XYZ63.5968.8726.16-
YUV211.6673.45148.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.03%
GREEN value IS 216 (84.77% from 255) = 37.83%
BLUE value IS 115 (45.31% from 255) = 20.14%
R=42.03%
G=37.83%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021611500.10.520.0648.4880.6569.61
HexF0D8730A346305146
Octal36033016301264660121106
Binary111100001101100011100110101011010011011000010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D873; }

 p { color: rgb(240,216,115); }

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

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

 a { background-color: rgb(240,216,115); }

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

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

 span { border-color: rgb(240,216,115); }

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