Html Css Color HEX #F0DA6F Sweet Corn

📋 copy color: '#F0DA6F'

red 240 ◦ green 218 ◦ blue 111

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

Shades of Sweet Corn #F0DA6F

Tints of Sweet Corn #F0DA6F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.31%

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

R = 42.18%
G = 38.31%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0DA6F (or 0xF0DA6F) is known color: Sweet Corn. HEX triplet: F0, DA and 6F. RGB value is (240,218,111). Sum of RGB (Red+Green+Blue) = 240+218+111=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 111 (43.75% from 255 or 19.51% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DA6F is #0F2590. Grayscale: #D4D4D4. Windows color (decimal): -992657 or 7330544. OLE color: 7330544.

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

Color convert

RGB 240 218 111 -
CMYK 0 0.09 0.54 0.06
HSL 49.77º 0.81% 0.69% -
HSV(B) 49.77º 0.54% 0.94% -
XYZ 63.88 69.82 25.15 -
YUV 212.38 70.79 147.7 -
System Red Green Blue C M Y K H S L
Decimal 240 218 111 0 0.09 0.54 0.06 49.77 0.81 0.69
Hex F0 DA 6F 0 9 36 6 32 51 45
Octal 360 332 157 0 11 66 6 62 121 105
Binary 11110000 11011010 1101111 0 1001 110110 110 110010 1010001 1000101

Color Harmonies of #F0DA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DA6F

Black with #F0DA6F

Text Example


Text Example

White with #F0DA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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