#f0d872

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

Shades of Sweet Corn #F0D872

Tints of Sweet Corn #F0D872

Color information

#F0D872 (or 0xF0D872) is unknown color: approx Sweet Corn. HEX triplet: F0, D8 and 72. RGB value is (240,216,114). Sum of RGB (Red+Green+Blue) = 240+216+114=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 114 (44.92% from 255 or 20% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D872 is #0F278D. Grayscale: #D3D3D3. Windows color (decimal): -993166 or 7526640. OLE color: 7526640.

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

Color convert

RGB240216114-
CMYK00.10.520.06
HSL48.57º80.77%69.41%-
HSV(B)48.57º52.5%94.12%-
XYZ63.5368.8525.86-
YUV211.5572.95148.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.11%
GREEN value IS 216 (84.77% from 255) = 37.89%
BLUE value IS 114 (44.92% from 255) = 20%
R=42.11%
G=37.89%
B=20%

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
Decimal24021611400.10.520.0648.5780.7769.41
HexF0D8720A346315145
Octal36033016201264661121105
Binary111100001101100011100100101011010011011000110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0d872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0d872; }

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

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

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

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

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

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

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

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