#F3DD6B

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

Shades of Sweet Corn #F3DD6B

Tints of Sweet Corn #F3DD6B

Color information

#F3DD6B (or 0xF3DD6B) is unknown color: approx Sweet Corn. HEX triplet: F3, DD and 6B. RGB value is (243,221,107). Sum of RGB (Red+Green+Blue) = 243+221+107=571 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.56% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 107 (42.19% from 255 or 18.74% from 571); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DD6B is #0C2294. Grayscale: #D7D7D7. Windows color (decimal): -795285 or 7069171. OLE color: 7069171.

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

Color convert

RGB243221107-
CMYK00.090.560.05
HSL50.29º85%68.63%-
HSV(B)50.29º55.97%95.29%-
XYZ65.4771.8324.32-
YUV214.5867.29148.27-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.56%
GREEN value IS 221 (86.72% from 255) = 38.70%
BLUE value IS 107 (42.19% from 255) = 18.74%
R=42.56%
G=38.70%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322110700.090.560.0550.298568.63
HexF3DD6B09385325545
Octal36333515301170562125105
Binary111100111101110111010110100111100010111001010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DD6B; }

 p { color: rgb(243,221,107); }

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

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

 a { background-color: rgb(243,221,107); }

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

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

 span { border-color: rgb(243,221,107); }

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