Html Css Color HEX #F0DB6F Sweet Corn

📋 copy color: '#F0DB6F'

red 240 ◦ green 219 ◦ blue 111

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

Shades of Sweet Corn #F0DB6F

Tints of Sweet Corn #F0DB6F

RGB

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

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

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

R = 42.11%
G = 38.42%
B = 19.47%

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

#F0DB6F (or 0xF0DB6F) is known color: Sweet Corn. HEX triplet: F0, DB and 6F. RGB value is (240,219,111). Sum of RGB (Red+Green+Blue) = 240+219+111=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 111 (43.75% from 255 or 19.47% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DB6F is #0F2490. Grayscale: #D5D5D5. Windows color (decimal): -992401 or 7330800. OLE color: 7330800.

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

Color convert

RGB 240 219 111 -
CMYK 0 0.09 0.54 0.06
HSL 50.23º 0.81% 0.69% -
HSV(B) 50.23º 0.54% 0.94% -
XYZ 64.14 70.34 25.23 -
YUV 212.97 70.46 147.28 -
System Red Green Blue C M Y K H S L
Decimal 240 219 111 0 0.09 0.54 0.06 50.23 0.81 0.69
Hex F0 DB 6F 0 9 36 6 32 51 45
Octal 360 333 157 0 11 66 6 62 121 105
Binary 11110000 11011011 1101111 0 1001 110110 110 110010 1010001 1000101

Color Harmonies of #F0DB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DB6F

Black with #F0DB6F

Text Example


Text Example

White with #F0DB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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