Html Css Color HEX #F0E16C Sweet Corn

📋 copy color: '#F0E16C'

red 240 ◦ green 225 ◦ blue 108

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

Shades of Sweet Corn #F0E16C

Tints of Sweet Corn #F0E16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 18.85%

R = 41.88%
G = 39.27%
B = 18.85%

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

#F0E16C (or 0xF0E16C) is known color: Sweet Corn. HEX triplet: F0, E1 and 6C. RGB value is (240,225,108). Sum of RGB (Red+Green+Blue) = 240+225+108=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 108 (42.58% from 255 or 18.85% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E16C is #0F1E93. Grayscale: #D8D8D8. Windows color (decimal): -990868 or 7135728. OLE color: 7135728.

HSL color Cylindrical-coordinate representation of color #F0E16C: hue angle of 53.18º 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 #F0E16C is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 225 108 -
CMYK 0 0.06 0.55 0.06
HSL 53.18º 0.81% 0.68% -
HSV(B) 53.18º 0.55% 0.94% -
XYZ 65.57 73.46 24.91 -
YUV 216.15 66.97 145.01 -
System Red Green Blue C M Y K H S L
Decimal 240 225 108 0 0.06 0.55 0.06 53.18 0.81 0.68
Hex F0 E1 6C 0 6 37 6 35 51 44
Octal 360 341 154 0 6 67 6 65 121 104
Binary 11110000 11100001 1101100 0 110 110111 110 110101 1010001 1000100

Color Harmonies of #F0E16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E16C

Black with #F0E16C

Text Example


Text Example

White with #F0E16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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