Html Css Color HEX #F6DC6C Sweet Corn

📋 copy color: '#F6DC6C'

red 246 ◦ green 220 ◦ blue 108

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

Shades of Sweet Corn #F6DC6C

Tints of Sweet Corn #F6DC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 18.82%

R = 42.86%
G = 38.33%
B = 18.82%

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

#F6DC6C (or 0xF6DC6C) is known color: Sweet Corn. HEX triplet: F6, DC and 6C. RGB value is (246,220,108). Sum of RGB (Red+Green+Blue) = 246+220+108=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 108 (42.58% from 255 or 18.82% from 574); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DC6C is #092393. Grayscale: #D7D7D7. Windows color (decimal): -598932 or 7134454. OLE color: 7134454.

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

Color convert

RGB 246 220 108 -
CMYK 0 0.11 0.56 0.04
HSL 48.7º 0.88% 0.69% -
HSV(B) 48.7º 0.56% 0.96% -
XYZ 66.31 71.86 24.56 -
YUV 215.01 67.61 150.11 -
System Red Green Blue C M Y K H S L
Decimal 246 220 108 0 0.11 0.56 0.04 48.7 0.88 0.69
Hex F6 DC 6C 0 B 38 4 31 58 45
Octal 366 334 154 0 13 70 4 61 130 105
Binary 11110110 11011100 1101100 0 1011 111000 100 110001 1011000 1000101

Color Harmonies of #F6DC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DC6C

Black with #F6DC6C

Text Example


Text Example

White with #F6DC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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