#F2DF75

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

Shades of Sweet Corn #F2DF75

Tints of Sweet Corn #F2DF75

Color information

#F2DF75 (or 0xF2DF75) is unknown color: approx Sweet Corn. HEX triplet: F2, DF and 75. RGB value is (242,223,117). Sum of RGB (Red+Green+Blue) = 242+223+117=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 117 (46.09% from 255 or 20.10% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DF75 is #0D208A. Grayscale: #D9D9D9. Windows color (decimal): -860299 or 7725042. OLE color: 7725042.

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

Color convert

RGB242223117-
CMYK00.080.520.05
HSL50.88º82.78%70.39%-
HSV(B)50.88º51.65%94.9%-
XYZ66.2272.9427.42-
YUV216.671.79146.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.58%
GREEN value IS 223 (87.5% from 255) = 38.32%
BLUE value IS 117 (46.09% from 255) = 20.10%
R=41.58%
G=38.32%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222311700.080.520.0550.8882.7870.39
HexF2DF7508345335346
Octal36233716501064563123106
Binary111100101101111111101010100011010010111001110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DF75; }

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

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

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

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

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

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

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

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