Html Css Color HEX #F6DD6A Sweet Corn

📋 copy color: '#F6DD6A'

red 246 ◦ green 221 ◦ blue 106

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

Shades of Sweet Corn #F6DD6A

Tints of Sweet Corn #F6DD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.5%

R = 42.93%
G = 38.57%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F6DD6A (or 0xF6DD6A) is known color: Sweet Corn. HEX triplet: F6, DD and 6A. RGB value is (246,221,106). Sum of RGB (Red+Green+Blue) = 246+221+106=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 106 (41.80% from 255 or 18.50% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DD6A is #092295. Grayscale: #D7D7D7. Windows color (decimal): -598678 or 7003638. OLE color: 7003638.

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

Color convert

RGB 246 221 106 -
CMYK 0 0.10 0.57 0.04
HSL 49.29º 0.89% 0.69% -
HSV(B) 49.29º 0.57% 0.96% -
XYZ 66.46 72.35 24.1 -
YUV 215.37 66.28 149.85 -
System Red Green Blue C M Y K H S L
Decimal 246 221 106 0 0.10 0.57 0.04 49.29 0.89 0.69
Hex F6 DD 6A 0 A 39 4 31 59 45
Octal 366 335 152 0 12 71 4 61 131 105
Binary 11110110 11011101 1101010 0 1010 111001 100 110001 1011001 1000101

Color Harmonies of #F6DD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DD6A

Black with #F6DD6A

Text Example


Text Example

White with #F6DD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DD6A; }

 p { color: rgb(246,221,106); }

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

background-color css

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

 a { background-color: rgb(246,221,106); }

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

border-color css

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

 span { border-color: rgb(246,221,106); }

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