#F3DE74

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

Shades of Sweet Corn #F3DE74

Tints of Sweet Corn #F3DE74

Color information

#F3DE74 (or 0xF3DE74) is unknown color: approx Sweet Corn. HEX triplet: F3, DE and 74. RGB value is (243,222,116). Sum of RGB (Red+Green+Blue) = 243+222+116=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 116 (45.70% from 255 or 19.97% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DE74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DE74 is #0C218B. Grayscale: #D8D8D8. Windows color (decimal): -795020 or 7659251. OLE color: 7659251.

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

Color convert

RGB243222116-
CMYK00.090.520.05
HSL50.08º84.11%70.39%-
HSV(B)50.08º52.26%95.29%-
XYZ66.2472.5627.04-
YUV216.271.46147.12-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.82%
GREEN value IS 222 (87.11% from 255) = 38.21%
BLUE value IS 116 (45.70% from 255) = 19.97%
R=41.82%
G=38.21%
B=19.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322211600.090.520.0550.0884.1170.39
HexF3DE7409345325446
Octal36333616401164562124106
Binary111100111101111011101000100111010010111001010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DE74; }

 p { color: rgb(243,222,116); }

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

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

 a { background-color: rgb(243,222,116); }

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

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

 span { border-color: rgb(243,222,116); }

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