Html Css Color HEX #F6D671 Sweet Corn

📋 copy color: '#F6D671'

red 246 ◦ green 214 ◦ blue 113

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

Shades of Sweet Corn #F6D671

Tints of Sweet Corn #F6D671

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.35%

 BLUE value IS 113 (44.53% from 255) = 19.72%

R = 42.93%
G = 37.35%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F6D671 (or 0xF6D671) is known color: Sweet Corn. HEX triplet: F6, D6 and 71. RGB value is (246,214,113). Sum of RGB (Red+Green+Blue) = 246+214+113=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 113 (44.53% from 255 or 19.72% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D671 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D671 is #09298E. Grayscale: #D4D4D4. Windows color (decimal): -600463 or 7460598. OLE color: 7460598.

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

Color convert

RGB 246 214 113 -
CMYK 0 0.13 0.54 0.04
HSL 45.56º 0.88% 0.7% -
HSV(B) 45.56º 0.54% 0.96% -
XYZ 65.03 68.88 25.49 -
YUV 212.05 72.1 152.21 -
System Red Green Blue C M Y K H S L
Decimal 246 214 113 0 0.13 0.54 0.04 45.56 0.88 0.7
Hex F6 D6 71 0 D 36 4 2E 58 46
Octal 366 326 161 0 15 66 4 56 130 106
Binary 11110110 11010110 1110001 0 1101 110110 100 101110 1011000 1000110

Color Harmonies of #F6D671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D671

Black with #F6D671

Text Example


Text Example

White with #F6D671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D671; }

 p { color: rgb(246,214,113); }

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

background-color css

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

 a { background-color: rgb(246,214,113); }

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

border-color css

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

 span { border-color: rgb(246,214,113); }

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