Html Css Color HEX #F6DC6D Sweet Corn

📋 copy color: '#F6DC6D'

red 246 ◦ green 220 ◦ blue 109

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

Shades of Sweet Corn #F6DC6D

Tints of Sweet Corn #F6DC6D

RGB

 RED value IS 246 (96.48% from 255) = 42.78%

 GREEN value IS 220 (86.33% from 255) = 38.26%

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

R = 42.78%
G = 38.26%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F6DC6D (or 0xF6DC6D) is known color: Sweet Corn. HEX triplet: F6, DC and 6D. RGB value is (246,220,109). Sum of RGB (Red+Green+Blue) = 246+220+109=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 109 (42.97% from 255 or 18.96% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DC6D is #092392. Grayscale: #D7D7D7. Windows color (decimal): -598931 or 7199990. OLE color: 7199990.

HSL color Cylindrical-coordinate representation of color #F6DC6D: hue angle of 48.61º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F6DC6D is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 220 109 -
CMYK 0 0.11 0.56 0.04
HSL 48.61º 0.88% 0.7% -
HSV(B) 48.61º 0.56% 0.96% -
XYZ 66.36 71.88 24.85 -
YUV 215.12 68.11 150.03 -
System Red Green Blue C M Y K H S L
Decimal 246 220 109 0 0.11 0.56 0.04 48.61 0.88 0.7
Hex F6 DC 6D 0 B 38 4 31 58 46
Octal 366 334 155 0 13 70 4 61 130 106
Binary 11110110 11011100 1101101 0 1011 111000 100 110001 1011000 1000110

Color Harmonies of #F6DC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DC6D

Black with #F6DC6D

Text Example


Text Example

White with #F6DC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DC6D; }

 p { color: rgb(246,220,109); }

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

background-color css

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

 a { background-color: rgb(246,220,109); }

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

border-color css

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

 span { border-color: rgb(246,220,109); }

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