Html Css Color HEX #F0DA6E Sweet Corn

📋 copy color: '#F0DA6E'

red 240 ◦ green 218 ◦ blue 110

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

Shades of Sweet Corn #F0DA6E

Tints of Sweet Corn #F0DA6E

RGB

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

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

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

R = 42.25%
G = 38.38%
B = 19.37%

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

#F0DA6E (or 0xF0DA6E) is known color: Sweet Corn. HEX triplet: F0, DA and 6E. RGB value is (240,218,110). Sum of RGB (Red+Green+Blue) = 240+218+110=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 110 (43.36% from 255 or 19.37% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DA6E is #0F2591. Grayscale: #D4D4D4. Windows color (decimal): -992658 or 7265008. OLE color: 7265008.

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

Color convert

RGB 240 218 110 -
CMYK 0 0.09 0.54 0.06
HSL 49.85º 0.81% 0.69% -
HSV(B) 49.85º 0.54% 0.94% -
XYZ 63.82 69.79 24.86 -
YUV 212.27 70.29 147.78 -
System Red Green Blue C M Y K H S L
Decimal 240 218 110 0 0.09 0.54 0.06 49.85 0.81 0.69
Hex F0 DA 6E 0 9 36 6 32 51 45
Octal 360 332 156 0 11 66 6 62 121 105
Binary 11110000 11011010 1101110 0 1001 110110 110 110010 1010001 1000101

Color Harmonies of #F0DA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DA6E

Black with #F0DA6E

Text Example


Text Example

White with #F0DA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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