#F1D975

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

Shades of Sweet Corn #F1D975

Tints of Sweet Corn #F1D975

Color information

#F1D975 (or 0xF1D975) is unknown color: approx Sweet Corn. HEX triplet: F1, D9 and 75. RGB value is (241,217,117). Sum of RGB (Red+Green+Blue) = 241+217+117=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 117 (46.09% from 255 or 20.35% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D975 is #0E268A. Grayscale: #D5D5D5. Windows color (decimal): -927371 or 7723505. OLE color: 7723505.

HSL color Cylindrical-coordinate representation of color #F1D975: hue angle of 48.39º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1D975 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB241217117-
CMYK00.100.510.05
HSL48.39º81.58%70.2%-
HSV(B)48.39º51.45%94.51%-
XYZ64.369.6126.88-
YUV212.7873.95148.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 217 (85.16% from 255) = 37.74%
BLUE value IS 117 (46.09% from 255) = 20.35%
R=41.91%
G=37.74%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121711700.100.510.0548.3981.5870.2
HexF1D9750A335305246
Octal36133116501263560122106
Binary111100011101100111101010101011001110111000010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D975; }

 p { color: rgb(241,217,117); }

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

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

 a { background-color: rgb(241,217,117); }

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

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

 span { border-color: rgb(241,217,117); }

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