#F5DE67

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

Shades of Sweet Corn #F5DE67

Tints of Sweet Corn #F5DE67

Color information

#F5DE67 (or 0xF5DE67) is unknown color: approx Sweet Corn. HEX triplet: F5, DE and 67. RGB value is (245,222,103). Sum of RGB (Red+Green+Blue) = 245+222+103=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 103 (40.62% from 255 or 18.07% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DE67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DE67 is #0A2198. Grayscale: #D7D7D7. Windows color (decimal): -663961 or 6807285. OLE color: 6807285.

HSL color Cylindrical-coordinate representation of color #F5DE67: hue angle of 50.28º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5DE67 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB245222103-
CMYK00.090.580.04
HSL50.28º87.65%68.24%-
HSV(B)50.28º57.96%96.08%-
XYZ66.2372.6323.36-
YUV215.3164.62149.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.98%
GREEN value IS 222 (87.11% from 255) = 38.95%
BLUE value IS 103 (40.62% from 255) = 18.07%
R=42.98%
G=38.95%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522210300.090.580.0450.2887.6568.24
HexF5DE67093A4325844
Octal36533614701172462130104
Binary111101011101111011001110100111101010011001010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DE67; }

 p { color: rgb(245,222,103); }

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

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

 a { background-color: rgb(245,222,103); }

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

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

 span { border-color: rgb(245,222,103); }

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