Html Css Color HEX #F0DB6D Sweet Corn

📋 copy color: '#F0DB6D'

red 240 ◦ green 219 ◦ blue 109

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

Shades of Sweet Corn #F0DB6D

Tints of Sweet Corn #F0DB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.19%

R = 42.25%
G = 38.56%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0DB6D (or 0xF0DB6D) is known color: Sweet Corn. HEX triplet: F0, DB and 6D. RGB value is (240,219,109). Sum of RGB (Red+Green+Blue) = 240+219+109=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 109 (42.97% from 255 or 19.19% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DB6D is #0F2492. Grayscale: #D5D5D5. Windows color (decimal): -992403 or 7199728. OLE color: 7199728.

HSL color Cylindrical-coordinate representation of color #F0DB6D: hue angle of 50.38º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0DB6D is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 219 109 -
CMYK 0 0.09 0.55 0.06
HSL 50.38º 0.81% 0.68% -
HSV(B) 50.38º 0.55% 0.94% -
XYZ 64.03 70.29 24.66 -
YUV 212.74 69.46 147.44 -
System Red Green Blue C M Y K H S L
Decimal 240 219 109 0 0.09 0.55 0.06 50.38 0.81 0.68
Hex F0 DB 6D 0 9 37 6 32 51 44
Octal 360 333 155 0 11 67 6 62 121 104
Binary 11110000 11011011 1101101 0 1001 110111 110 110010 1010001 1000100

Color Harmonies of #F0DB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DB6D

Black with #F0DB6D

Text Example


Text Example

White with #F0DB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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