Html Css Color HEX #F0E16E Sweet Corn

📋 copy color: '#F0E16E'

red 240 ◦ green 225 ◦ blue 110

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

Shades of Sweet Corn #F0E16E

Tints of Sweet Corn #F0E16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.13%

R = 41.74%
G = 39.13%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0E16E (or 0xF0E16E) is known color: Sweet Corn. HEX triplet: F0, E1 and 6E. RGB value is (240,225,110). Sum of RGB (Red+Green+Blue) = 240+225+110=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 110 (43.36% from 255 or 19.13% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E16E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E16E is #0F1E91. Grayscale: #D8D8D8. Windows color (decimal): -990866 or 7266800. OLE color: 7266800.

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

Color convert

RGB 240 225 110 -
CMYK 0 0.06 0.54 0.06
HSL 53.08º 0.81% 0.69% -
HSV(B) 53.08º 0.54% 0.94% -
XYZ 65.67 73.5 25.48 -
YUV 216.38 67.97 144.85 -
System Red Green Blue C M Y K H S L
Decimal 240 225 110 0 0.06 0.54 0.06 53.08 0.81 0.69
Hex F0 E1 6E 0 6 36 6 35 51 45
Octal 360 341 156 0 6 66 6 65 121 105
Binary 11110000 11100001 1101110 0 110 110110 110 110101 1010001 1000101

Color Harmonies of #F0E16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E16E

Black with #F0E16E

Text Example


Text Example

White with #F0E16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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