#F8DF75

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

Shades of Sweet Corn #F8DF75

Tints of Sweet Corn #F8DF75

Color information

#F8DF75 (or 0xF8DF75) is unknown color: approx Sweet Corn. HEX triplet: F8, DF and 75. RGB value is (248,223,117). Sum of RGB (Red+Green+Blue) = 248+223+117=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 117 (46.09% from 255 or 19.90% from 588); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DF75 is #07208A. Grayscale: #DADADA. Windows color (decimal): -467083 or 7725048. OLE color: 7725048.

HSL color Cylindrical-coordinate representation of color #F8DF75: hue angle of 48.55º 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 #F8DF75 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB248223117-
CMYK00.100.530.03
HSL48.55º90.34%71.57%-
HSV(B)48.55º52.82%97.25%-
XYZ68.3174.0227.52-
YUV218.3970.78149.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.18%
GREEN value IS 223 (87.5% from 255) = 37.93%
BLUE value IS 117 (46.09% from 255) = 19.90%
R=42.18%
G=37.93%
B=19.90%

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
Decimal24822311700.100.530.0348.5590.3471.57
HexF8DF750A353315a48
Octal37033716501265361132110
Binary11111000110111111110101010101101011111000110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DF75; }

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

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

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

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

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

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

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

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