Html Css Color HEX #F0DD6B Sweet Corn

📋 copy color: '#F0DD6B'

red 240 ◦ green 221 ◦ blue 107

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

Shades of Sweet Corn #F0DD6B

Tints of Sweet Corn #F0DD6B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.91%

 BLUE value IS 107 (42.19% from 255) = 18.84%

R = 42.25%
G = 38.91%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0DD6B (or 0xF0DD6B) is known color: Sweet Corn. HEX triplet: F0, DD and 6B. RGB value is (240,221,107). Sum of RGB (Red+Green+Blue) = 240+221+107=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 107 (42.19% from 255 or 18.84% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DD6B is #0F2294. Grayscale: #D6D6D6. Windows color (decimal): -991893 or 7069168. OLE color: 7069168.

HSL color Cylindrical-coordinate representation of color #F0DD6B: hue angle of 51.43º degrees, saturation: 0.82, 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 #F0DD6B is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 221 107 -
CMYK 0 0.08 0.55 0.06
HSL 51.43º 0.82% 0.68% -
HSV(B) 51.43º 0.55% 0.94% -
XYZ 64.45 71.3 24.28 -
YUV 213.69 67.79 146.77 -
System Red Green Blue C M Y K H S L
Decimal 240 221 107 0 0.08 0.55 0.06 51.43 0.82 0.68
Hex F0 DD 6B 0 8 37 6 33 52 44
Octal 360 335 153 0 10 67 6 63 122 104
Binary 11110000 11011101 1101011 0 1000 110111 110 110011 1010010 1000100

Color Harmonies of #F0DD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DD6B

Black with #F0DD6B

Text Example


Text Example

White with #F0DD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DD6B; }

 p { color: rgb(240,221,107); }

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

background-color css

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

 a { background-color: rgb(240,221,107); }

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

border-color css

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

 span { border-color: rgb(240,221,107); }

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