#F5DF67

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

Shades of Sweet Corn #F5DF67

Tints of Sweet Corn #F5DF67

Color information

#F5DF67 (or 0xF5DF67) is unknown color: approx Sweet Corn. HEX triplet: F5, DF and 67. RGB value is (245,223,103). Sum of RGB (Red+Green+Blue) = 245+223+103=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 103 (40.62% from 255 or 18.04% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DF67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DF67 is #0A2098. Grayscale: #D8D8D8. Windows color (decimal): -663705 or 6807541. OLE color: 6807541.

HSL color Cylindrical-coordinate representation of color #F5DF67: hue angle of 50.7º 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 #F5DF67 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB245223103-
CMYK00.090.580.04
HSL50.7º87.65%68.24%-
HSV(B)50.7º57.96%96.08%-
XYZ66.4973.1723.45-
YUV215.964.29148.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.91%
GREEN value IS 223 (87.5% from 255) = 39.05%
BLUE value IS 103 (40.62% from 255) = 18.04%
R=42.91%
G=39.05%
B=18.04%

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
Decimal24522310300.090.580.0450.787.6568.24
HexF5DF67093A4335844
Octal36533714701172463130104
Binary111101011101111111001110100111101010011001110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DF67; }

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

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

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

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

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

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

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

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