Html Css Color HEX #F0E06C Sweet Corn

📋 copy color: '#F0E06C'

red 240 ◦ green 224 ◦ blue 108

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

Shades of Sweet Corn #F0E06C

Tints of Sweet Corn #F0E06C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.16%

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

R = 41.96%
G = 39.16%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0E06C (or 0xF0E06C) is known color: Sweet Corn. HEX triplet: F0, E0 and 6C. RGB value is (240,224,108). Sum of RGB (Red+Green+Blue) = 240+224+108=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 108 (42.58% from 255 or 18.88% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E06C is #0F1F93. Grayscale: #D8D8D8. Windows color (decimal): -991124 or 7135472. OLE color: 7135472.

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

Color convert

RGB 240 224 108 -
CMYK 0 0.07 0.55 0.06
HSL 52.73º 0.81% 0.68% -
HSV(B) 52.73º 0.55% 0.94% -
XYZ 65.3 72.92 24.82 -
YUV 215.56 67.3 145.43 -
System Red Green Blue C M Y K H S L
Decimal 240 224 108 0 0.07 0.55 0.06 52.73 0.81 0.68
Hex F0 E0 6C 0 7 37 6 35 51 44
Octal 360 340 154 0 7 67 6 65 121 104
Binary 11110000 11100000 1101100 0 111 110111 110 110101 1010001 1000100

Color Harmonies of #F0E06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E06C

Black with #F0E06C

Text Example


Text Example

White with #F0E06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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