Html Css Color HEX #F6DD7A Sweet Corn

📋 copy color: '#F6DD7A'

red 246 ◦ green 221 ◦ blue 122

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

Shades of Sweet Corn #F6DD7A

Tints of Sweet Corn #F6DD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.71%

R = 41.77%
G = 37.52%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F6DD7A (or 0xF6DD7A) is known color: Sweet Corn. HEX triplet: F6, DD and 7A. RGB value is (246,221,122). Sum of RGB (Red+Green+Blue) = 246+221+122=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 122 (48.05% from 255 or 20.71% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DD7A is #092285. Grayscale: #D9D9D9. Windows color (decimal): -598662 or 8052214. OLE color: 8052214.

HSL color Cylindrical-coordinate representation of color #F6DD7A: hue angle of 47.9º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F6DD7A is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 221 122 -
CMYK 0 0.10 0.50 0.04
HSL 47.9º 0.87% 0.72% -
HSV(B) 47.9º 0.5% 0.96% -
XYZ 67.38 72.71 28.9 -
YUV 217.19 74.28 148.55 -
System Red Green Blue C M Y K H S L
Decimal 246 221 122 0 0.10 0.50 0.04 47.9 0.87 0.72
Hex F6 DD 7A 0 A 32 4 30 57 48
Octal 366 335 172 0 12 62 4 60 127 110
Binary 11110110 11011101 1111010 0 1010 110010 100 110000 1010111 1001000

Color Harmonies of #F6DD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DD7A

Black with #F6DD7A

Text Example


Text Example

White with #F6DD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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