Html Css Color HEX #F0DF6F Sweet Corn

📋 copy color: '#F0DF6F'

red 240 ◦ green 223 ◦ blue 111

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

Shades of Sweet Corn #F0DF6F

Tints of Sweet Corn #F0DF6F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.85%

 BLUE value IS 111 (43.75% from 255) = 19.34%

R = 41.81%
G = 38.85%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0DF6F (or 0xF0DF6F) is known color: Sweet Corn. HEX triplet: F0, DF and 6F. RGB value is (240,223,111). Sum of RGB (Red+Green+Blue) = 240+223+111=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 111 (43.75% from 255 or 19.34% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DF6F is #0F2090. Grayscale: #D7D7D7. Windows color (decimal): -991377 or 7331824. OLE color: 7331824.

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

Color convert

RGB 240 223 111 -
CMYK 0 0.07 0.54 0.06
HSL 52.09º 0.81% 0.69% -
HSV(B) 52.09º 0.54% 0.94% -
XYZ 65.19 72.45 25.59 -
YUV 215.32 69.13 145.61 -
System Red Green Blue C M Y K H S L
Decimal 240 223 111 0 0.07 0.54 0.06 52.09 0.81 0.69
Hex F0 DF 6F 0 7 36 6 34 51 45
Octal 360 337 157 0 7 66 6 64 121 105
Binary 11110000 11011111 1101111 0 111 110110 110 110100 1010001 1000101

Color Harmonies of #F0DF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DF6F

Black with #F0DF6F

Text Example


Text Example

White with #F0DF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DF6F; }

 p { color: rgb(240,223,111); }

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

background-color css

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

 a { background-color: rgb(240,223,111); }

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

border-color css

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

 span { border-color: rgb(240,223,111); }

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