Html Css Color HEX #F0E16D Sweet Corn

📋 copy color: '#F0E16D'

red 240 ◦ green 225 ◦ blue 109

#F0E16D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sweet Corn #F0E16D

Tints of Sweet Corn #F0E16D

RGB

 RED value IS 240 (94.14% from 255) = 41.81%

 GREEN value IS 225 (88.28% from 255) = 39.2%

 BLUE value IS 109 (42.97% from 255) = 18.99%

R = 41.81%
G = 39.2%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0E16D (or 0xF0E16D) is known color: Sweet Corn. HEX triplet: F0, E1 and 6D. RGB value is (240,225,109). Sum of RGB (Red+Green+Blue) = 240+225+109=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 109 (42.97% from 255 or 18.99% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E16D is #0F1E92. Grayscale: #D8D8D8. Windows color (decimal): -990867 or 7201264. OLE color: 7201264.

HSL color Cylindrical-coordinate representation of color #F0E16D: hue angle of 53.13º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0E16D is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 225 109 -
CMYK 0 0.06 0.55 0.06
HSL 53.13º 0.81% 0.68% -
HSV(B) 53.13º 0.55% 0.94% -
XYZ 65.62 73.48 25.19 -
YUV 216.26 67.47 144.93 -
System Red Green Blue C M Y K H S L
Decimal 240 225 109 0 0.06 0.55 0.06 53.13 0.81 0.68
Hex F0 E1 6D 0 6 37 6 35 51 44
Octal 360 341 155 0 6 67 6 65 121 104
Binary 11110000 11100001 1101101 0 110 110111 110 110101 1010001 1000100

Color Harmonies of #F0E16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E16D

Black with #F0E16D

Text Example


Text Example

White with #F0E16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E16D; }

 p { color: rgb(240,225,109); }

 H1.HeaderClassName
 {
   color: #F0E16D;
 }
 .AnyTagClassName
 {
   color: #F0E16D;
 }
</style>

background-color css

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

 a { background-color: rgb(240,225,109); }

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

border-color css

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

 span { border-color: rgb(240,225,109); }

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