#F8DE75

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

Shades of Sweet Corn #F8DE75

Tints of Sweet Corn #F8DE75

Color information

#F8DE75 (or 0xF8DE75) is unknown color: approx Sweet Corn. HEX triplet: F8, DE and 75. RGB value is (248,222,117). Sum of RGB (Red+Green+Blue) = 248+222+117=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 117 (46.09% from 255 or 19.93% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DE75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DE75 is #07218A. Grayscale: #DADADA. Windows color (decimal): -467339 or 7724792. OLE color: 7724792.

HSL color Cylindrical-coordinate representation of color #F8DE75: hue angle of 48.09º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F8DE75 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB248222117-
CMYK00.100.530.03
HSL48.09º90.34%71.57%-
HSV(B)48.09º52.82%97.25%-
XYZ68.0473.4827.43-
YUV217.871.11149.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.25%
GREEN value IS 222 (87.11% from 255) = 37.82%
BLUE value IS 117 (46.09% from 255) = 19.93%
R=42.25%
G=37.82%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822211700.100.530.0348.0990.3471.57
HexF8DE750A353305a48
Octal37033616501265360132110
Binary11111000110111101110101010101101011111000010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DE75; }

 p { color: rgb(248,222,117); }

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

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

 a { background-color: rgb(248,222,117); }

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

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

 span { border-color: rgb(248,222,117); }

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