Html Css Color HEX #F0DB6E Sweet Corn

📋 copy color: '#F0DB6E'

red 240 ◦ green 219 ◦ blue 110

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

Shades of Sweet Corn #F0DB6E

Tints of Sweet Corn #F0DB6E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.49%

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

R = 42.18%
G = 38.49%
B = 19.33%

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

#F0DB6E (or 0xF0DB6E) is known color: Sweet Corn. HEX triplet: F0, DB and 6E. RGB value is (240,219,110). Sum of RGB (Red+Green+Blue) = 240+219+110=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 110 (43.36% from 255 or 19.33% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DB6E is #0F2491. Grayscale: #D5D5D5. Windows color (decimal): -992402 or 7265264. OLE color: 7265264.

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

Color convert

RGB 240 219 110 -
CMYK 0 0.09 0.54 0.06
HSL 50.31º 0.81% 0.69% -
HSV(B) 50.31º 0.54% 0.94% -
XYZ 64.08 70.31 24.95 -
YUV 212.85 69.96 147.36 -
System Red Green Blue C M Y K H S L
Decimal 240 219 110 0 0.09 0.54 0.06 50.31 0.81 0.69
Hex F0 DB 6E 0 9 36 6 32 51 45
Octal 360 333 156 0 11 66 6 62 121 105
Binary 11110000 11011011 1101110 0 1001 110110 110 110010 1010001 1000101

Color Harmonies of #F0DB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DB6E

Black with #F0DB6E

Text Example


Text Example

White with #F0DB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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