#F8DF69

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

Shades of Sweet Corn #F8DF69

Tints of Sweet Corn #F8DF69

Color information

#F8DF69 (or 0xF8DF69) is unknown color: approx Sweet Corn. HEX triplet: F8, DF and 69. RGB value is (248,223,105). Sum of RGB (Red+Green+Blue) = 248+223+105=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 105 (41.41% from 255 or 18.23% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DF69 is #072096. Grayscale: #D9D9D9. Windows color (decimal): -467095 or 6938616. OLE color: 6938616.

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

Color convert

RGB248223105-
CMYK00.100.580.03
HSL49.51º91.08%69.22%-
HSV(B)49.51º57.66%97.25%-
XYZ67.6573.7524.03-
YUV217.0264.78150.09-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.06%
GREEN value IS 223 (87.5% from 255) = 38.72%
BLUE value IS 105 (41.41% from 255) = 18.23%
R=43.06%
G=38.72%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822310500.100.580.0349.5191.0869.22
HexF8DF690A3A3325b45
Octal37033715101272362133105
Binary11111000110111111101001010101110101111001010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DF69; }

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

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

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

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

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

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

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

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