#F1DD71

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

Shades of Sweet Corn #F1DD71

Tints of Sweet Corn #F1DD71

Color information

#F1DD71 (or 0xF1DD71) is unknown color: approx Sweet Corn. HEX triplet: F1, DD and 71. RGB value is (241,221,113). Sum of RGB (Red+Green+Blue) = 241+221+113=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 113 (44.53% from 255 or 19.65% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DD71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DD71 is #0E228E. Grayscale: #D7D7D7. Windows color (decimal): -926351 or 7462385. OLE color: 7462385.

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

Color convert

RGB241221113-
CMYK00.080.530.05
HSL50.62º82.05%69.41%-
HSV(B)50.62º53.11%94.51%-
XYZ65.1171.6126.01-
YUV214.6770.63146.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 221 (86.72% from 255) = 38.43%
BLUE value IS 113 (44.53% from 255) = 19.65%
R=41.91%
G=38.43%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122111300.080.530.0550.6282.0569.41
HexF1DD7108355335245
Octal36133516101065563122105
Binary111100011101110111100010100011010110111001110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DD71; }

 p { color: rgb(241,221,113); }

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

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

 a { background-color: rgb(241,221,113); }

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

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

 span { border-color: rgb(241,221,113); }

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