#F1DA74

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

Shades of Sweet Corn #F1DA74

Tints of Sweet Corn #F1DA74

Color information

#F1DA74 (or 0xF1DA74) is unknown color: approx Sweet Corn. HEX triplet: F1, DA and 74. RGB value is (241,218,116). Sum of RGB (Red+Green+Blue) = 241+218+116=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 116 (45.70% from 255 or 20.17% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DA74 is #0E258B. Grayscale: #D5D5D5. Windows color (decimal): -927116 or 7658225. OLE color: 7658225.

HSL color Cylindrical-coordinate representation of color #F1DA74: hue angle of 48.96º degrees, saturation: 0.82, 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 #F1DA74 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB241218116-
CMYK00.100.520.05
HSL48.96º81.7%70%-
HSV(B)48.96º51.87%94.51%-
XYZ64.570.126.66-
YUV213.2573.12147.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 218 (85.55% from 255) = 37.91%
BLUE value IS 116 (45.70% from 255) = 20.17%
R=41.91%
G=37.91%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121811600.100.520.0548.9681.770
HexF1DA740A345315246
Octal36133216401264561122106
Binary111100011101101011101000101011010010111000110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DA74; }

 p { color: rgb(241,218,116); }

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

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

 a { background-color: rgb(241,218,116); }

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

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

 span { border-color: rgb(241,218,116); }

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