Html Css Color HEX #F6D96B Sweet Corn

📋 copy color: '#F6D96B'

red 246 ◦ green 217 ◦ blue 107

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

Shades of Sweet Corn #F6D96B

Tints of Sweet Corn #F6D96B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.07%

 BLUE value IS 107 (42.19% from 255) = 18.77%

R = 43.16%
G = 38.07%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F6D96B (or 0xF6D96B) is known color: Sweet Corn. HEX triplet: F6, D9 and 6B. RGB value is (246,217,107). Sum of RGB (Red+Green+Blue) = 246+217+107=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 107 (42.19% from 255 or 18.77% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D96B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D96B is #092694. Grayscale: #D5D5D5. Windows color (decimal): -599701 or 7068150. OLE color: 7068150.

HSL color Cylindrical-coordinate representation of color #F6D96B: hue angle of 47.48º 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 #F6D96B is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 217 107 -
CMYK 0 0.12 0.57 0.04
HSL 47.48º 0.89% 0.69% -
HSV(B) 47.48º 0.57% 0.96% -
XYZ 65.47 70.28 24.02 -
YUV 213.13 68.11 151.44 -
System Red Green Blue C M Y K H S L
Decimal 246 217 107 0 0.12 0.57 0.04 47.48 0.89 0.69
Hex F6 D9 6B 0 C 39 4 2F 59 45
Octal 366 331 153 0 14 71 4 57 131 105
Binary 11110110 11011001 1101011 0 1100 111001 100 101111 1011001 1000101

Color Harmonies of #F6D96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D96B

Black with #F6D96B

Text Example


Text Example

White with #F6D96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D96B; }

 p { color: rgb(246,217,107); }

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

background-color css

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

 a { background-color: rgb(246,217,107); }

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

border-color css

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

 span { border-color: rgb(246,217,107); }

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